nfs4j icon indicating copy to clipboard operation
nfs4j copied to clipboard

Added Subject to access method

Open amarcionek opened this issue 6 years ago • 4 comments

Access method should check against the caller's RPC credentials. Addresses #71.

Signed-off-by: Adam Marcionek [email protected]

amarcionek avatar Jan 02 '19 15:01 amarcionek

Can one of the admins verify this patch?

dcache-ci avatar Jan 02 '19 15:01 dcache-ci

Please note I did not make the change to PseudoFs because the subject is stored as a class member.

amarcionek avatar Jan 02 '19 16:01 amarcionek

Thanks for the patch.

Could you add the 'signed-off-by' line in the commit message? See README.md for details.

paulmillar avatar Jan 02 '19 16:01 paulmillar

@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.

kofemann avatar Jan 07 '19 22:01 kofemann