GNOME Bugzilla – Bug 613586
file ACL are not preserved
Last modified: 2010-03-29 20:52:58 UTC
+++ This bug was initially created as a clone of Bug #484882 +++ Saving a file actually swap files which drops ACL. (on NTFS) ************************** # stat -c "%a %i" test.txt 664 4785074604276252 # # edit test.txt in gedit # stat -c "%a %i" test.txt 700 3659174697712230 # **************************
we now use gio for this that should handle this if it is properly built enabling libattr support. If that is not the case feel free to reopen a bug against glib gio component