Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-lsm.h19 int lsm_bpf_unit_restrict_filesystems(Unit *u, const Set *filesystems, bool allow_list);
Dbpf-lsm.c206 int lsm_bpf_unit_restrict_filesystems(Unit *u, const Set *filesystems, bool allow_list) { in lsm_bpf_unit_restrict_filesystems() function
311 int lsm_bpf_unit_restrict_filesystems(Unit *u, const Set *filesystems, const bool allow_list) { in lsm_bpf_unit_restrict_filesystems() function
Dexecute.c1740 …return lsm_bpf_unit_restrict_filesystems(u, c->restrict_filesystems, c->restrict_filesystems_allow… in apply_restrict_filesystems()