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 710729 - copying files does not preserve acls
copying files does not preserve acls
Status: RESOLVED DUPLICATE of bug 504049
Product: nautilus
Classification: Core
Component: File and Folder Operations
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-23 15:04 UTC by S. Bonnegent
Modified: 2013-10-26 20:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description S. Bonnegent 2013-10-23 15:04:21 UTC
When I copy a file (control-C/control-V) with ACL in nautilus, new file
no longer have acl.

An example, I copied the example.txt file with nautilus in
copy_nautilus.txt :

$ getfacl example.txt
# file: example.txt
# owner: bonnegent
# group: insa-personnel
user::rw-
user:malandain:r--
group::r--
mask::r--
other::r--

$ getfacl copy_nautilus.txt
# file: copy_nautilus.txt
# owner: bonnegent
# group: insa-personnel
user::rw-
group::r--
other::r--

$ cp -a example.txt copy_cp.txt
$ getfacl copy_cp.txt
# file: copy_cp.txt
# owner: bonnegent
# group: insa-personnel
user::rw-
user:malandain:r--
group::r--
mask::r--
other::r--

This bug is tested on Ubuntu 13.04 64bits.
Comment 1 António Fernandes 2013-10-26 20:36:06 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 504049 ***