Bug 682513 - permissions are not kept when extracting
permissions are not kept when extracting
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
3.5.x
Other Linux
: Normal major
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
:
Depends on:
Blocks:
  Show dependency tree
 
Reported: 2012-08-23 00:33 UTC by Sebastian Keller
Modified: 2012-08-23 06:59 UTC (History)
0 users

See Also:
GNOME target: ---
GNOME version: ---


Attachments

Description Sebastian Keller 2012-08-23 00:33:55 UTC
Since the port to libarchive permissions are not kept anymore when extracting archives.

Steps to reproduce:
touch test
chmod 700 test
tar cf test.tar.gz test
rm test
file-roller -h test.tar.gz
ls -l test

-> -rw-rw-r--


Creating archives still works as expected:
rm test.tar.gz
touch test
chmod 700 test
file-roller --add-to=test.tar.gz test
rm test
tar xf test.tar.gz
ls -l test

-> -rwx------
Comment 1 Paolo Bacchilega 2012-08-23 06:59:48 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

Note You need to log in before you can comment on or make changes to this bug.