Fix bug 6938 : No hook exists to check creation rights when using acl_xattr module
commit7a174ebc65a5080e086ecc109915351abbe15636
authorJeremy Allison <jra@samba.org>
Tue, 1 Dec 2009 00:50:34 +0000 (30 16:50 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 8 Dec 2009 08:15:18 +0000 (8 09:15 +0100)
tree85325e23728ca0925bacaacce8b375d4d363be8b
parent5c68d2c4493bb8c460ffebc94568a9a54b69565a
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)
(cherry picked from commit 70c4293644b623e031dc4e086c52c929faab00a9)
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c