Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ sys_acl_valid
Function
sys_acl_valid
lib/sysacls.c:156–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
int sys_acl_valid(SMB_ACL_T theacl)
157
{
158
return acl_valid(theacl);
159
}
160
161
int sys_acl_set_file(const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
162
{
Callers
1
pack_smb_acl
Function · 0.85
Calls
1
acl_sort
Function · 0.85
Tested by
no test coverage detected