Assaf Yaari has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1190112?usp=email )
Change subject: access_check: In fsal_check_access_acl reset the FSAL_ACE4_REQ_FLAG from
missing_access
......................................................................
access_check: In fsal_check_access_acl reset the FSAL_ACE4_REQ_FLAG from
missing_access
If not removing the FSAL_ACE4_REQ_FLAG from the missing_access variable,
it means that the access check will always fail as this value is not
present in the aces permissions.
The aim of FSAL_ACE4_REQ_FLAG is to give to the caller the ability to
signal that ACL attr must be present (and not just mode bits).
Signed-off-by: Assaf Yaari <assafy(a)google.com>
Change-Id: I79505c60c261500042b885df2dcd112475caa939
---
M src/FSAL/access_check.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/12/1190112/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1190112?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I79505c60c261500042b885df2dcd112475caa939
Gerrit-Change-Number: 1190112
Gerrit-PatchSet: 1
Gerrit-Owner: Assaf Yaari <assafy(a)google.com>