vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLs
authorAndrew Bartlett <abartlet@samba.org>
Wed, 10 Oct 2012 05:59:18 +0000 (16:59 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 11 Oct 2012 01:25:13 +0000 (12:25 +1100)
source3/modules/vfs_hpuxacl.c

index 6a0fb9b618405dc7716873472195ea0f2e25c409..a05ca44f2484bc90b81a6cde127ee180b33aa857 100644 (file)
@@ -1156,6 +1156,8 @@ static bool hpux_acl_check(HPUX_ACL_T hpux_acl, int count)
 static struct vfs_fn_pointers hpuxacl_fns = {
        .sys_acl_get_file_fn = hpuxacl_sys_acl_get_file,
        .sys_acl_get_fd_fn = hpuxacl_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 = hpuxacl_sys_acl_set_file,
        .sys_acl_set_fd_fn = hpuxacl_sys_acl_set_fd,
        .sys_acl_delete_def_file_fn = hpuxacl_sys_acl_delete_def_file,