When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER and SMB_A...
commit7dcb017fc1d8e8af5878b2b0139686829c0c1594
authorJeremy Allison <jra@samba.org>
Tue, 2 Oct 2012 17:15:54 +0000 (2 10:15 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 5 Oct 2012 07:51:00 +0000 (5 09:51 +0200)
tree93f79db64fd04a8b7609eae36cbdba6644818a33
parent580f61622c449aee8420e3519e764706d11c20fc
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.
source3/smbd/posix_acls.c