MCPcopy 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
156int sys_acl_valid(SMB_ACL_T theacl)
157{
158 return acl_valid(theacl);
159}
160
161int sys_acl_set_file(const char *name, SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl)
162{

Callers 1

pack_smb_aclFunction · 0.85

Calls 1

acl_sortFunction · 0.85

Tested by

no test coverage detected