Lines Matching refs:allow_list
1984 int allow_list; in bus_exec_context_set_transient_property() local
1991 r = sd_bus_message_read(message, "b", &allow_list); in bus_exec_context_set_transient_property()
2005 FilesystemParseFlags invert_flag = allow_list ? 0 : FILESYSTEM_PARSE_INVERT; in bus_exec_context_set_transient_property()
2016 c->restrict_filesystems_allow_list = allow_list; in bus_exec_context_set_transient_property()
2034 … unit_write_settingf(u, flags, name, "%s=%s%s", name, allow_list ? "" : "~", joined); in bus_exec_context_set_transient_property()
2393 int allow_list; in bus_exec_context_set_transient_property() local
2400 r = sd_bus_message_read(message, "b", &allow_list); in bus_exec_context_set_transient_property()
2414 SeccompParseFlags invert_flag = allow_list ? 0 : SECCOMP_PARSE_INVERT; in bus_exec_context_set_transient_property()
2429 c->syscall_allow_list = allow_list; in bus_exec_context_set_transient_property()
2452 if (allow_list && e >= 0) in bus_exec_context_set_transient_property()
2471 … unit_write_settingf(u, flags, name, "SystemCallFilter=%s%s", allow_list ? "" : "~", joined); in bus_exec_context_set_transient_property()
2477 int allow_list; in bus_exec_context_set_transient_property() local
2484 r = sd_bus_message_read(message, "b", &allow_list); in bus_exec_context_set_transient_property()
2498 SeccompParseFlags invert_flag = allow_list ? 0 : SECCOMP_PARSE_INVERT; in bus_exec_context_set_transient_property()
2513 c->syscall_log_allow_list = allow_list; in bus_exec_context_set_transient_property()
2533 … unit_write_settingf(u, flags, name, "SystemCallLog=%s%s", allow_list ? "" : "~", joined); in bus_exec_context_set_transient_property()
2574 int allow_list; in bus_exec_context_set_transient_property() local
2580 r = sd_bus_message_read(message, "b", &allow_list); in bus_exec_context_set_transient_property()
2596 c->address_families_allow_list = allow_list; in bus_exec_context_set_transient_property()
2600 allow_list ? "none" : ""); in bus_exec_context_set_transient_property()
2609 c->address_families_allow_list = allow_list; in bus_exec_context_set_transient_property()
2619 if (allow_list == c->address_families_allow_list) { in bus_exec_context_set_transient_property()
2631 …unit_write_settingf(u, flags, name, "RestrictAddressFamilies=%s%s", allow_list ? "" : "~", joined); in bus_exec_context_set_transient_property()