vfs: restore platform specific POSIX sys_acl_set_file() functions
commit72dcae2f56975804b3231315149c0a60a95c201d
authorRalph Boehme <slow@samba.org>
Tue, 26 Jan 2021 14:50:00 +0000 (26 15:50 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 26 Feb 2021 08:50:40 +0000 (26 08:50 +0000)
tree9e92bfd2a545abce69d1847b7bd62b8088310069
parent51577d22ef6dcb6099b87295262d84c3a7e989d2
vfs: restore platform specific POSIX sys_acl_set_file() functions

92b149954237a445594c993b79a860c63113d54b removed SMB_VFS_SYS_ACL_SET_FILE() and
all the VFS module implementations. But sys_acl_set_file() in vfs_default calls
into sys_acl_set_file() in sysacls.c which calls back into platform specific
modules.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Thu Jan 28 15:21:02 UTC 2021 on sn-devel-184

(cherry picked from commit c8c2aef0ac613849d641e39193448f3e512caccf)
source3/modules/vfs_aixacl.c
source3/modules/vfs_solarisacl.c
source3/modules/vfs_tru64acl.c