When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_A...
authorJeremy Allison <jra@samba.org>
Tue, 2 Oct 2012 17:15:54 +0000 (10:15 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 1 Nov 2012 08:10:37 +0000 (09:10 +0100)
commit84cee26dfac47f3a8cb47b6b58da9290d4fde41a
treebca37616a36c5513a8ae17825a3535933bd699c7
parent12198746841f2ca5a6614148625957f27c79cb85
When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_ACL_GROUP entries.

Fix bug #9236 - ACL masks incorrectly applied when setting ACLs.
(cherry picked from commit 7dcb017fc1d8e8af5878b2b0139686829c0c1594)
source3/smbd/posix_acls.c