summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-09-03 12:44:05 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-09-03 12:44:05 +0000
commitef1e66cfbf607b3b0c04cf32bff5e2dc7c32be03 (patch)
tree2dd0822be8f4b26938596fadc65a9772c1b7d401 /winsup/utils/ChangeLog
parent3e61dde3f185e64597cdde1c1308b972a8e21ee7 (diff)
downloadcygnal-ef1e66cfbf607b3b0c04cf32bff5e2dc7c32be03.tar.gz
cygnal-ef1e66cfbf607b3b0c04cf32bff5e2dc7c32be03.tar.bz2
cygnal-ef1e66cfbf607b3b0c04cf32bff5e2dc7c32be03.zip
* setfacl.c (addmissing): New function to add missing acl entries to
a modified acl per the rules set by aclcheck. (setfacl): Call addmissing unless action is Delete.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index fbea1f11f..9e0e82342 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,5 +1,11 @@
2014-09-03 Corinna Vinschen <corinna@vinschen.de>
+ * setfacl.c (addmissing): New function to add missing acl entries to
+ a modified acl per the rules set by aclcheck.
+ (setfacl): Call addmissing unless action is Delete.
+
+2014-09-03 Corinna Vinschen <corinna@vinschen.de>
+
* setfacl.c (getaclentry): Fix previous fix again. Allow lone 'm' as
well as any lone default entry if action is Delete. Fix comments.
(usage): Align usage text.