angler-fishThe Vulnerability History Project

nfsd: add support for the umask attribute

      Clients can set the umask attribute when creating files to cause the
server to apply it always except when inheriting permissions from the
parent directory.  That way, the new files will end up with the same
permissions as files created locally.

See https://tools.ietf.org/html/draft-ietf-nfsv4-umask-02 for more
details.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
    
commit 47057abde515155a4fee53038e7772d6b387e0aa
+3
+21 -5
+7 -2
+2 -2
+1
expand_less