Final part of #9374 - Allow smb2.acls torture test to pass against smbd with a POSIX...
commitac36194c2c3d5ca3f4f8b5f0dbaee8d7b3035476
authorJeremy Allison <jra@samba.org>
Tue, 13 Nov 2012 00:30:32 +0000 (12 16:30 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 6 Dec 2012 08:40:26 +0000 (6 09:40 +0100)
treed28849456ba8794a0d2225d945f77aa9647e720a
parent3da9c3d89986ab7c531560e56e9b2c29c26f7a72
Final part of #9374 - Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend.

We need to do the same check for overriding ACCESS_DENIED on DELETE_ACCESS
as we do in smbd/open.c, as the ACL check is duplicated here. This has
been fixed in 4.0.0 and later code.
(cherry picked from commit 005d7c28e35f58d5f8b114fb6234e663a6c30824)
source3/modules/vfs_acl_common.c