Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ sys_acl_set_fd
Function
sys_acl_set_fd
lib/sysacls.c:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
#if 0
167
int sys_acl_set_fd(int fd, SMB_ACL_T theacl)
168
{
169
return acl_set_fd(fd, theacl);
170
}
171
#endif
172
173
int sys_acl_delete_def_file(const char *name)
Callers
nothing calls this directly
Calls
3
acl_sort
Function · 0.85
sys_acl_set_file
Function · 0.85
SAFE_FREE
Function · 0.85
Tested by
no test coverage detected