Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ sys_acl_set_file
Function
sys_acl_set_file
lib/sysacls.c:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
int sys_acl_set_file(const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
162
{
163
return acl_set_file(name, acltype, theacl);
164
}
165
166
#if 0
167
int sys_acl_set_fd(int fd, SMB_ACL_T theacl)
Callers
2
set_rsync_acl
Function · 0.85
sys_acl_set_fd
Function · 0.85
Calls
7
acl_sort
Function · 0.85
sys_acl_get_file
Function · 0.85
sys_acl_free_acl
Function · 0.85
SAFE_FREE
Function · 0.85
hpux_acl_call_presence
Function · 0.85
stat
Class · 0.70
acl
Class · 0.70
Tested by
no test coverage detected