Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-bpf-devices.c64 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/
Dbpf-devices.h19 int bpf_devices_allow_list_device(BPFProgram *prog, const char *path, const char *node, const char …
Dbpf-devices.c374 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()
Dcgroup.c1292 r = bpf_devices_allow_list_device(prog, path, a->path, acc); in cgroup_apply_devices()