- diff --git a/daemon/acl.c b/daemon/acl.c
- index 0725e24..182b6d5 100644
- --- a/daemon/acl.c
- +++ b/daemon/acl.c
- @@ -1081,6 +1081,12 @@ static int map_dacl_2_nfs4acl(PACL acl, PSID sid, PSID gsid, nfsacl41 *nfs4_acl,
- file_type, named_attr_support,
- &nfs4_acl->aces[i].acemask);
- +#if 1
- + if (nfs4_acl->aces[i].aceflag & ACE4_INHERITED_ACE) {
- + nfs4_acl->aces[i].aceflag &= ~ACE4_INHERITED_ACE;
- + DPRINTF(ACLLVL3, ("clearning ACE4_INHERITED_ACE\n"));
- + }
- +#endif
- /*
- * Treat |SidTypeAlias| as (local) group
- *
Fix for setacl failure
Posted by Anonymous on Tue 25th Jun 2024 16:33
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.