Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ sys_acl_init
Function
sys_acl_init
lib/sysacls.c:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
SMB_ACL_T sys_acl_init(int count)
118
{
119
return acl_init(count);
120
}
121
122
int sys_acl_create_entry(SMB_ACL_T *pacl, SMB_ACL_ENTRY_T *pentry)
123
{
Callers
3
pack_smb_acl
Function · 0.85
sys_acl_get_file
Function · 0.85
sys_acl_get_fd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected