When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_A...
commit5e1962d7ca9f232345e6e7e64d358547958630ed
authorJeremy Allison <jra@samba.org>
Tue, 2 Oct 2012 17:15:54 +0000 (2 10:15 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 09:05:42 +0000 (29 10:05 +0100)
treedea243395c9539f87a175b7d9960820533dd86e0
parenta85906b99765fb104ea5ac332ad2c6c9ba913ed6
When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_ACL_GROUP entries. (cherry picked from commit 6575d1d34fee45c7a965c7c9641cc52b566a9e7f)

The last 4 patches address bug #9236 - ACL masks incorrectly applied when
setting ACLs.
(cherry picked from commit ac7d9768c718f6225f2182d763ec1dbc6dc48ea8)
source3/smbd/posix_acls.c