struct files_struct *fsp,
SMB_ACL_TYPE_T type,
TALLOC_CTX *mem_ctx);
-int sys_acl_set_file(struct vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- SMB_ACL_TYPE_T type,
- SMB_ACL_T acl_d);
int sys_acl_set_fd(struct vfs_handle_struct *handle,
struct files_struct *fsp,
SMB_ACL_TYPE_T type,
* reorder the entries in the ACL.
*
* sys_acl_valid()
- * sys_acl_set_file()
* sys_acl_set_fd()
*/
return posixacl_sys_acl_get_fd(handle, fsp, type, mem_ctx);
}
-int sys_acl_set_file(vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- SMB_ACL_TYPE_T type,
- SMB_ACL_T acl_d)
-{
- return posixacl_sys_acl_set_file(handle, smb_fname, type, acl_d);
-}
-
int sys_acl_set_fd(vfs_handle_struct *handle,
files_struct *fsp,
SMB_ACL_TYPE_T type,
return aixacl_sys_acl_get_fd(handle, fsp, mem_ctx);
}
-int sys_acl_set_file(vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- SMB_ACL_TYPE_T type,
- SMB_ACL_T acl_d)
-{
- return aixacl_sys_acl_set_file(handle, smb_fname, type, acl_d);
-}
-
int sys_acl_set_fd(vfs_handle_struct *handle,
files_struct *fsp,
SMB_ACL_TYPE_T type,
mem_ctx);
}
-int sys_acl_set_file(vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- SMB_ACL_TYPE_T type,
- SMB_ACL_T acl_d)
-{
- return solarisacl_sys_acl_set_file(handle, smb_fname, type, acl_d);
-}
-
int sys_acl_set_fd(vfs_handle_struct *handle,
files_struct *fsp,
SMB_ACL_TYPE_T type,
return hpuxacl_sys_acl_get_fd(handle, fsp, mem_ctx);
}
-int sys_acl_set_file(vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- SMB_ACL_TYPE_T type,
- SMB_ACL_T acl_d)
-{
- return hpuxacl_sys_acl_set_file(handle, smb_fname, type, acl_d);
-}
-
int sys_acl_set_fd(vfs_handle_struct *handle,
files_struct *fsp,
SMB_ACL_TYPE_T type,
return NULL;
}
-int sys_acl_set_file(vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- SMB_ACL_TYPE_T type,
- SMB_ACL_T acl_d)
-{
-#ifdef ENOTSUP
- errno = ENOTSUP;
-#else
- errno = ENOSYS;
-#endif
- return -1;
-}
-
int sys_acl_set_fd(vfs_handle_struct *handle,
files_struct *fsp,
SMB_ACL_TYPE_T type,