Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-lsm.c172 if (!bpf_can_link_lsm_program(obj->progs.restrict_filesystems)) { in lsm_bpf_supported()
192 link = sym_bpf_program__attach_lsm(obj->progs.restrict_filesystems); in lsm_bpf_setup()
196 sym_bpf_program__name(obj->progs.restrict_filesystems)); in lsm_bpf_setup()
200 obj->links.restrict_filesystems = TAKE_PTR(link); in lsm_bpf_setup()
Dexecute.h327 Set *restrict_filesystems; member
362 !set_isempty(c->restrict_filesystems); in exec_context_restrict_filesystems_set()
Ddbus-execute.c702 l = set_get_strv(c->restrict_filesystems); in property_get_restrict_filesystems()
2009 c->restrict_filesystems = set_free(c->restrict_filesystems); in bus_exec_context_set_transient_property()
2015 if (!c->restrict_filesystems) in bus_exec_context_set_transient_property()
2021 &c->restrict_filesystems, in bus_exec_context_set_transient_property()
Dload-fragment.c3714 c->restrict_filesystems = set_free(c->restrict_filesystems); in config_parse_restrict_filesystems()
3724 if (!c->restrict_filesystems) { in config_parse_restrict_filesystems()
3749 &c->restrict_filesystems, in config_parse_restrict_filesystems()
Dexecute.c1740 …return lsm_bpf_unit_restrict_filesystems(u, c->restrict_filesystems, c->restrict_filesystems_allow… in apply_restrict_filesystems()
5385 c->restrict_filesystems = set_free(c->restrict_filesystems); in exec_context_done()
6153 SET_FOREACH(fs, c->restrict_filesystems) in exec_context_dump()
/systemd-251/src/core/bpf/restrict_fs/
Drestrict-fs.bpf.c40 int BPF_PROG(restrict_filesystems, struct file *file, int ret) in BPF_PROG() argument