Remove the setting of the inherited ACL on new files/directories. This is
commit7ef4d08a98870a84ac6e60c194a0fcd47ebe00e8
authorJeremy Allison <jra@samba.org>
Tue, 22 Nov 2011 20:33:54 +0000 (22 12:33 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 22 Nov 2011 20:33:54 +0000 (22 12:33 -0800)
treed9267b701abc518e2bec36985ca7fcdcc16f2e20
parentde3ab9bd05cd26d2ef53ce2b0af789416e3580bf
Remove the setting of the inherited ACL on new files/directories. This is
now done correctly in the main codepath. The vfs_acl_XXXX modules are
now thin shims that simply store/retrieve ACLs as they should be.
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c