nfs4j
nfs4j copied to clipboard
Added Subject to access method
Access method should check against the caller's RPC credentials. Addresses #71.
Signed-off-by: Adam Marcionek [email protected]
Can one of the admins verify this patch?
Please note I did not make the change to PseudoFs because the subject is stored as a class member.
Thanks for the patch.
Could you add the 'signed-off-by' line in the commit message? See README.md for details.
@amarcionek The PseudoFS is created per request. This allows to perform all permission check based on different from what file system will allow, like root squashing or request credentials mapping. Give me some time to check that new method nicely plays with existing code.