Home
last modified time | relevance | path

Searched refs:bpf_devices_apply_policy (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/
Dtest-bpf-devices.c30 …r = bpf_devices_apply_policy(&prog, CGROUP_DEVICE_POLICY_CLOSED, true, cgroup_path, installed_prog… in test_policy_closed()
73 …r = bpf_devices_apply_policy(&prog, CGROUP_DEVICE_POLICY_STRICT, true, cgroup_path, installed_prog… in test_policy_strict()
144 …r = bpf_devices_apply_policy(&prog, CGROUP_DEVICE_POLICY_STRICT, true, cgroup_path, installed_prog… in test_policy_allow_list_major()
203 …r = bpf_devices_apply_policy(&prog, CGROUP_DEVICE_POLICY_STRICT, true, cgroup_path, installed_prog… in test_policy_allow_list_major_star()
236 …r = bpf_devices_apply_policy(&prog, CGROUP_DEVICE_POLICY_STRICT, false, cgroup_path, installed_pro… in test_policy_empty()
/systemd-251/src/core/
Dbpf-devices.h11 int bpf_devices_apply_policy(
Dbpf-devices.c210 int bpf_devices_apply_policy( in bpf_devices_apply_policy() function
Dcgroup.c1315 r = bpf_devices_apply_policy(&prog, policy, any, path, &u->bpf_device_control_installed); in cgroup_apply_devices()