mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLs
This commit is contained in:
parent
010e589c29
commit
998bdd516a
@ -751,6 +751,8 @@ static bool solaris_acl_check(SOLARIS_ACL_T solaris_acl, int count)
|
||||
static struct vfs_fn_pointers solarisacl_fns = {
|
||||
.sys_acl_get_file_fn = solarisacl_sys_acl_get_file,
|
||||
.sys_acl_get_fd_fn = solarisacl_sys_acl_get_fd,
|
||||
.sys_acl_blob_get_file_fn = posix_sys_acl_blob_get_file,
|
||||
.sys_acl_blob_get_fd_fn = posix_sys_acl_blob_get_fd,
|
||||
.sys_acl_set_file_fn = solarisacl_sys_acl_set_file,
|
||||
.sys_acl_set_fd_fn = solarisacl_sys_acl_set_fd,
|
||||
.sys_acl_delete_def_file_fn = solarisacl_sys_acl_delete_def_file,
|
||||
|
Loading…
Reference in New Issue
Block a user