-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
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
If no NFS ACLs provided, assume everyone #548
If no NFS ACLs provided, assume everyone #548
Conversation
9c27cdf
to
60a7d87
Compare
Can |
Of course, if you know what the response looks like, just make the return value from the mock look like that. |
Okay thanks, I'll add a test then :) |
2738f6f
to
93379ab
Compare
Test added and successfull, this is good to review, and that's one more nfs method covered by the test! 👍 |
Signed-off-by: BenjiReis <[email protected]>
93379ab
to
b4aec6d
Compare
Hi! Any changes required? Or something is missing? Tests and test coverage should be fine. Regards! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built and tested.
Signed-off-by: BenjiReis [email protected]
Solves: #511
As detailed in the issue, some devices (mostly QNAS devices) do not provide with NFS ACLs in
showmount -e
return, in this case we need to assume everyone is accepted, thereforeaccess = "*"
.