Fix bug 6938 : No hook exists to check creation rights when using acl_xattr module
authorJeremy Allison <jra@samba.org>
Tue, 1 Dec 2009 00:50:34 +0000 (16:50 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 1 Dec 2009 00:50:34 +0000 (16:50 -0800)
commitbdc8c9d37ca478f74127628ab03bb68cd72bff63
tree30794d4dfcfe4c1d01ebb1380b8a657fe7509f6b
parentea20678c55fee9f4586630cdb5fe7f35457d309a
Fix bug 6938 : No hook exists to check creation rights when using acl_xattr module
Fix ACL modules to test for permissions on open/mkdir/opendir.
Ensure that underlying ACLs are returned for directories/files with
no Windows xattr or tdb acls stored.
Jeremy.
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c