From: Michael Orlitzky Date: Wed, 28 Mar 2018 00:25:46 +0000 (-0400) Subject: src/libadacl.c: add a comment about how we might agree with the kernel. X-Git-Tag: v0.4.0~9 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=4e8d531d9561674cfa5fc4853bafcd3a2b949911 src/libadacl.c: add a comment about how we might agree with the kernel. --- diff --git a/src/libadacl.c b/src/libadacl.c index 3feda62..ce125db 100644 --- a/src/libadacl.c +++ b/src/libadacl.c @@ -807,6 +807,8 @@ int apply_default_acl_fds(int parent_fd, goto cleanup; } + /* To mimic what the kernel does, I think we could drop + ACL_GROUP_OBJ from the list below? */ if (tag == ACL_MASK || tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ ||