Searched refs:path_set_acl (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/tmpfiles/ |
D | tmpfiles.c | 1068 static int path_set_acl(const char *path, const char *pretty, acl_type_t type, acl_t acl, bool modi… in path_set_acl() function 1143 …r = path_set_acl(FORMAT_PROC_FD_PATH(fd), path, ACL_TYPE_ACCESS, item->acl_access, item->append_or… in fd_set_acls() 1147 …r = path_set_acl(FORMAT_PROC_FD_PATH(fd), path, ACL_TYPE_DEFAULT, item->acl_default, item->append_… in fd_set_acls()
|