commit | 47057abde515155a4fee53038e7772d6b387e0aa | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Tue Jan 12 20:24:14 2016 +0100 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Dec 15 20:42:48 2016 -0500 |
tree | a908af6dc69beb0f1d2cc6745a10a6a9f9bc4225 | |
parent | 3eb15f2828464791f68b341ce87183012c509fc6 [diff] |
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>