FS#36603 - [libarchive] acls are not preserved

Attached to Project: Arch Linux
Opened by Allan McRae (Allan) - Monday, 19 August 2013, 23:53 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 20 August 2013, 03:29 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Dan McGee (toofishes)
Dave Reisner (falconindy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

See https://groups.google.com/d/msg/libarchive-discuss/ILGCsTzCOOM/HiTfkmid2AwJ

localhost ~ # touch a
localhost ~ # setfacl -m user:nobody:r a
localhost ~ # ls -l a
-rw-r--r--+ 1 root root 0 Jul 27 20:22 a
localhost ~ # mkdir extract
localhost ~ # bsdtar -cpf - a | bsdtar -xpf - -C extract/
localhost ~ # ls -l extract/
total 0
-rw-r--r-- 1 root root 0 Jul 27 20:22 a


Patch:
http://pkgs.fedoraproject.org/cgit/libarchive.git/tree/libarchive-3.1.2-acl.patch
This task depends upon

Closed by  Dave Reisner (falconindy)
Tuesday, 20 August 2013, 03:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  Applied patch for libarchive 3.1.2-2

Loading...