- diff --git a/daemon/acl.c b/daemon/acl.c
- index 3e9e69d..3dd4552 100644
- --- a/daemon/acl.c
- +++ b/daemon/acl.c
- @@ -513,6 +513,9 @@ static int map_nfs4ace_who(PSID sid, PSID owner_sid, PSID group_sid, char *who_o
- * SIDs, and Unix_User+<uid> or Unix_Group+<gid> SIDs
- */
- switch (status) {
- + case 0:
- + /* |LookupAccountSidA()| success */
- + break;
- /* This happens for Unix_User+<uid> or Unix_Group+<gid> SIDs */
- case ERROR_NONE_MAPPED:
- /* Catch other cases */
chown self:self foobar # fix
Posted by Anonymous on Thu 8th Feb 2024 10:58
raw | new post
view followups (newest first): chown self:self foobar # fix (testcase) by Anonymous
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.