GNOME Bugzilla – Bug 682513
permissions are not kept when extracting
Last modified: 2012-08-23 06:59:48 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------
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.