Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-bpf-devices.c141 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/
Dbpf-devices.h20 int bpf_devices_allow_list_major(BPFProgram *prog, const char *path, const char *name, char type, c…
Dbpf-devices.c413 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()
Dcgroup.c1294 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()