Searched refs:restrict_filesystems (Results 1 – 6 of 6) sorted by relevance
172 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()
327 Set *restrict_filesystems; member362 !set_isempty(c->restrict_filesystems); in exec_context_restrict_filesystems_set()
702 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()
3714 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()
1740 …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()
40 int BPF_PROG(restrict_filesystems, struct file *file, int ret) in BPF_PROG() argument