Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dexecute.h328 bool restrict_filesystems_allow_list:1; member
361 return c->restrict_filesystems_allow_list || in exec_context_restrict_filesystems_set()
Ddbus-execute.c697 r = sd_bus_message_append(reply, "b", c->restrict_filesystems_allow_list); in property_get_restrict_filesystems()
2008 c->restrict_filesystems_allow_list = false; in bus_exec_context_set_transient_property()
2016 c->restrict_filesystems_allow_list = allow_list; in bus_exec_context_set_transient_property()
2024 … (c->restrict_filesystems_allow_list ? FILESYSTEM_PARSE_ALLOW_LIST : 0), in bus_exec_context_set_transient_property()
Dload-fragment.c3715 c->restrict_filesystems_allow_list = false; in config_parse_restrict_filesystems()
3727 c->restrict_filesystems_allow_list = false; in config_parse_restrict_filesystems()
3730 c->restrict_filesystems_allow_list = true; in config_parse_restrict_filesystems()
3752 … (c->restrict_filesystems_allow_list ? FILESYSTEM_PARSE_ALLOW_LIST : 0), in config_parse_restrict_filesystems()
Dexecute.c1740 … lsm_bpf_unit_restrict_filesystems(u, c->restrict_filesystems, c->restrict_filesystems_allow_list); in apply_restrict_filesystems()