vfs: restore platform specific POSIX sys_acl_set_file() functions
authorRalph Boehme <slow@samba.org>
Tue, 26 Jan 2021 14:50:00 +0000 (15:50 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 28 Jan 2021 15:21:02 +0000 (15:21 +0000)
commitc8c2aef0ac613849d641e39193448f3e512caccf
treea57e8fe61bd8dec4a95f70413f81b50a1105ab39
parent9f08ddf663d49c62104d2185257159a39d117616
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
source3/modules/vfs_aixacl.c
source3/modules/vfs_solarisacl.c
source3/modules/vfs_tru64acl.c