MCPcopy Create free account
hub / github.com/RsyncProject/rsync / match_acl_ids

Function match_acl_ids

acls.c:1077–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077void match_acl_ids(void)
1078{
1079 match_racl_ids(&access_acl_list);
1080 match_racl_ids(&default_acl_list);
1081}
1082
1083/* This is used by dest_mode(). */
1084int default_perms_for_dir(const char *dir)

Callers 1

recv_id_listFunction · 0.85

Calls 1

match_racl_idsFunction · 0.85

Tested by

no test coverage detected