Fix bug 6938 : No hook exists to check creation rights when using acl_xattr module
commit70c4293644b623e031dc4e086c52c929faab00a9
authorJeremy Allison <jra@samba.org>
Tue, 1 Dec 2009 00:50:34 +0000 (30 16:50 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 1 Dec 2009 00:53:22 +0000 (30 16:53 -0800)
tree571e4423da1c044c3728bccd6333d21f6b910bc2
parentd3339cd0c6ffa490513cc4562d2c06c218c7967e
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.
(cherry picked from commit bdc8c9d37ca478f74127628ab03bb68cd72bff63)
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c