]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.c: add a comment about how we might agree with the kernel.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Mar 2018 00:25:46 +0000 (20:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Mar 2018 00:25:46 +0000 (20:25 -0400)
src/libadacl.c

index 3feda6223d7249eed131a7e70918c335c9c9e703..ce125db12dc77397574a98e11c683e12d7ed5911 100644 (file)
@@ -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 ||