smbd: ignore set NTACL requests which contain S-1-5-88 NFS ACEs
authorRalph Boehme <slow@samba.org>
Thu, 27 Feb 2020 16:01:10 +0000 (17:01 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Mar 2020 19:15:10 +0000 (19:15 +0000)
commitf89c7ad851681c0e0ab39a1bedb3eeb672516fbb
tree69533d06f335cf3912a3cd865053cdfbe1f1d302
parentc2387f13c68c88e152f62f85f658118db9272bc8
smbd: ignore set NTACL requests which contain S-1-5-88 NFS ACEs

We apply the same "ignore" logic already in the POSIX ACL code and in the
vfs_acl_xattr|tdb VFS modules to smb_set_nt_acl_nfs4() in the nfs4_acl helper
subsystem which is common to a bunch of VFS modules: GPFS, ZFS, NFS4_xattr and
aixacl2.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14307

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Mar  3 19:15:10 UTC 2020 on sn-devel-184
source3/modules/nfs4_acls.c