We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributor
Writer
https://github.com/Donders-Institute/tg-toolset-golang/blob/cfa55fd7953e431d7f4dc65bc1ca467c53382ee3/project/pkg/acl/nfs4.go#L116
For example, the permission (rwadxtTnNcy) might be resolved as
rwadxtTnNcy
rwaDdxnNtTcy
len(XOR)
rwaxnNtTcy
The text was updated successfully, but these errors were encountered:
fixed ambiguity resolve mask to role (issue #2)
693f5c9
No branches or pull requests
https://github.com/Donders-Institute/tg-toolset-golang/blob/cfa55fd7953e431d7f4dc65bc1ca467c53382ee3/project/pkg/acl/nfs4.go#L116
For example, the permission (
rwadxtTnNcy
) might be resolved asContributor
(w/ permissionrwaDdxnNtTcy
) because thelen(XOR)
between the two permissions is 1Writer
(w/ permissionrwaxnNtTcy
) because thelen(XOR)
between the two permissions is also 1The text was updated successfully, but these errors were encountered: