bug#20666: [GNULIB v2 2/2] qacl: Reimplement qset_acl and qcopy_acl

2015-05-27 Thread Paul Eggert
On 05/26/2015 01:53 PM, Andreas Gruenbacher wrote: --- lib/acl-internal.c| 30 ++ This one is missing a patch to ChangeLog. Please put the commit message into the ChangeLog. Also, please put the string Bug#20666 somewhere into the commit message body and the ChangeLog (they should

bug#20666: [GNULIB v2 2/2] qacl: Reimplement qset_acl and qcopy_acl

2015-05-27 Thread Andreas Grünbacher
Paul, requested changes made and pushed. I don't think I have commit access to coreutils, so could you please push the coreutils change to update gnulib (attached)? Thanks, Andreas From 0f9db36d658b9cb8933f334109c6e0a8a72c5160 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher

bug#20666: [GNULIB v2 2/2] qacl: Reimplement qset_acl and qcopy_acl

2015-05-26 Thread Andreas Gruenbacher
Implement get_permissions and set_permissions primitives for getting all the permissions of a file, storing them, and later setting them. (In the minimal case, the permissions consist only of a file mode.) Reimplement qset_acl and qcopy_acl based on these new primitives: this avoids code