We need to split things up into a new helper function add_current_ace_to_acl() in...
commit367a644c4d91531faf8b2ce9a167fc196da12422
authorAndrew Bartlett <abartlet@samba.org>
Tue, 15 May 2012 00:11:09 +0000 (14 17:11 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 May 2012 01:17:05 +0000 (17 03:17 +0200)
tree666674bde3b1feb04f91de95d43112b082f4f8b8
parent173f818a294d89cc97ba22856c334c451772fbe5
We need to split things up into a new helper function add_current_ace_to_acl() in order for there to be more posix ACL elements than NT ACL elements (so a group SID can own a file, but also get the group permissions that will be honoured)

Andrew Bartlett

Slightly modified by Jeremy to reduce diff size.

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/posix_acls.c