Searched refs:bpf_devices_allow_list_device (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-bpf-devices.c | 64 r = bpf_devices_allow_list_device(prog, cgroup_path, "/dev/null", "rw"); in test_policy_strict() 67 r = bpf_devices_allow_list_device(prog, cgroup_path, "/dev/random", "r"); in test_policy_strict() 70 r = bpf_devices_allow_list_device(prog, cgroup_path, "/dev/zero", "w"); in test_policy_strict()
|
/systemd-251/src/core/ |
D | bpf-devices.h | 19 int bpf_devices_allow_list_device(BPFProgram *prog, const char *path, const char *node, const char …
|
D | bpf-devices.c | 374 int bpf_devices_allow_list_device( in bpf_devices_allow_list_device() function 520 k = bpf_devices_allow_list_device(prog, path, node, acc); in bpf_devices_allow_list_static()
|
D | cgroup.c | 1292 r = bpf_devices_allow_list_device(prog, path, a->path, acc); in cgroup_apply_devices()
|