mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
@ -2141,6 +2141,12 @@ int sys_acl_set_fd( int fd, SMB_ACL_T theacl)
|
|||||||
return(rc);
|
return(rc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int sys_acl_delete_def_file(const char *name)
|
||||||
|
{
|
||||||
|
/* AIX has no default ACL */
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
int sys_acl_get_perm( SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm)
|
int sys_acl_get_perm( SMB_ACL_PERMSET_T permset, SMB_ACL_PERM_T perm)
|
||||||
{
|
{
|
||||||
return(*permset & perm);
|
return(*permset & perm);
|
||||||
|
Reference in New Issue
Block a user