Searched refs:bpf_devices_allow_list_major (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-bpf-devices.c | 141 r = bpf_devices_allow_list_major(prog, cgroup_path, pattern, 'c', "rw"); in test_policy_allow_list_major() 200 r = bpf_devices_allow_list_major(prog, cgroup_path, "*", type, "rw"); in test_policy_allow_list_major_star() 232 r = bpf_devices_allow_list_major(prog, cgroup_path, "foobarxxx", 'c', "rw"); in test_policy_empty()
|
/systemd-251/src/core/ |
D | bpf-devices.h | 20 int bpf_devices_allow_list_major(BPFProgram *prog, const char *path, const char *name, char type, c…
|
D | bpf-devices.c | 413 int bpf_devices_allow_list_major( in bpf_devices_allow_list_major() function 526 k = bpf_devices_allow_list_major(prog, path, "pts", 'c', "rw"); in bpf_devices_allow_list_static()
|
D | cgroup.c | 1294 r = bpf_devices_allow_list_major(prog, path, val, 'b', acc); in cgroup_apply_devices() 1296 r = bpf_devices_allow_list_major(prog, path, val, 'c', acc); in cgroup_apply_devices()
|