Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-09 | vfs: Add inheritance emulation to vfs_nfs4acl_xattr. | Alexander Werth | 1 | -29/+263 | |
Recursively inherit ACL from parent directory if no acl xattr is found on the current file. Use a default ACL if a non-inheriting ACL is encountered. With this the nfs4acl_xattr.dynamic test passes. But the nfs4acl_xattr.inheritance test results in an error because of warnings that cause the test to pass a failed result. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | |||||
2013-05-09 | vfs: Add new VFS module vfs_nfs4acl_xattr to use nfs4acl.idl | Andrew Bartlett | 1 | -0/+414 | |
This uses the xattr format used by the patches at http://users.suse.com/~agruen/nfs4acl/ Andrew Bartlett Reviewed-by: Jeremy Allison <jra@samba.org> |