After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
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:
 
 
Reported: 2012-08-23 00:33 UTC by Sebastian Keller
Modified: 2012-08-23 06:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



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.