From 4e8d531d9561674cfa5fc4853bafcd3a2b949911 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 27 Mar 2018 20:25:46 -0400 Subject: [PATCH] src/libadacl.c: add a comment about how we might agree with the kernel. --- src/libadacl.c | 2 ++ 1 file changed, 2 insertions(+) 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 || -- 2.43.2