Home
last modified time | relevance | path

Searched refs:acls_for_file (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dacl-util.h19 int acls_for_file(const char *path, acl_type_t type, acl_t new, acl_t *acl);
Dacl-util.c347 int acls_for_file(const char *path, acl_type_t type, acl_t new, acl_t *acl) { in acls_for_file() function
/systemd-251/src/tmpfiles/
Dtmpfiles.c1077 r = acls_for_file(path, type, acl, &dup); in path_set_acl()