Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-devices.c330 static int allow_list_device_pattern( in allow_list_device_pattern() function
410 return allow_list_device_pattern(prog, path, S_ISCHR(mode) ? 'c' : 'b', &maj, &min, acc); in bpf_devices_allow_list_device()
429 return allow_list_device_pattern(prog, path, type, NULL, NULL, acc); in bpf_devices_allow_list_major()
434 return allow_list_device_pattern(prog, path, type, &maj, NULL, acc); in bpf_devices_allow_list_major()
491 (void) allow_list_device_pattern(prog, path, type, &maj, NULL, acc); in bpf_devices_allow_list_major()