Home
last modified time | relevance | path

Searched refs:device_allow (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/core/
Ddbus-cgroup.c286 LIST_FOREACH(device_allow, a, c->device_allow) { in property_get_device_allow()
1656 LIST_FOREACH(device_allow, b, c->device_allow) in bus_cgroup_set_property()
1673 LIST_PREPEND(device_allow, c->device_allow, a); in bus_cgroup_set_property()
1696 while (c->device_allow) in bus_cgroup_set_property()
1697 cgroup_context_free_device_allow(c, c->device_allow); in bus_cgroup_set_property()
1706 LIST_FOREACH(device_allow, a, c->device_allow) in bus_cgroup_set_property()
Dcgroup.h61 LIST_FIELDS(CGroupDeviceAllow, device_allow);
184 LIST_HEAD(CGroupDeviceAllow, device_allow);
Dcgroup.c174 LIST_REMOVE(device_allow, c->device_allow, a); in cgroup_context_free_device_allow()
261 while (c->device_allow) in cgroup_context_done()
262 cgroup_context_free_device_allow(c, c->device_allow); in cgroup_context_done()
524 LIST_FOREACH(device_allow, a, c->device_allow) in cgroup_context_dump()
667 LIST_PREPEND(device_allow, c->device_allow, a); in cgroup_add_device_allow()
1254 r = bpf_devices_cgroup_init(&prog, policy, c->device_allow); in cgroup_apply_devices()
1262 if (c->device_allow || policy != CGROUP_DEVICE_POLICY_AUTO) in cgroup_apply_devices()
1272 (policy == CGROUP_DEVICE_POLICY_AUTO && c->device_allow); in cgroup_apply_devices()
1277 LIST_FOREACH(device_allow, a, c->device_allow) { in cgroup_apply_devices()
1754 if (c->device_allow || in unit_get_cgroup_mask()
Dload-fragment.c4139 while (c->device_allow) in config_parse_device_allow()
4140 cgroup_context_free_device_allow(c, c->device_allow); in config_parse_device_allow()
Dunit.c4135 (cc->device_policy != CGROUP_DEVICE_POLICY_AUTO || cc->device_allow)) { in unit_patch_contexts()
/systemd-251/src/analyze/
Danalyze-security.c103 char **device_allow; member
171 strv_free(i->device_allow); in security_info_free()
724 if (!strv_isempty(info->device_allow)) { in assess_device_allow()
727 join = strv_join(info->device_allow, " "); in assess_device_allow()
2288 r = strv_extendf(&info->device_allow, "%s:%s", name, policy); in property_read_device_allow()
2632 LIST_FOREACH(device_allow, a, g->device_allow) in get_security_info()
2633 if (strv_extendf(&info->device_allow, in get_security_info()