← Back to team overview

desktop-packages team mailing list archive

[Bug 1238049] Re: copying files does not preserve acls

 

** Changed in: nautilus
       Status: Unknown => Confirmed

** Changed in: nautilus
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1238049

Title:
  copying files does not preserve acls

Status in Nautilus:
  Confirmed
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1238049/+subscriptions