Home
last modified time | relevance | path

Searched refs:protect_kernel_modules (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/test/
Dtest-ns.c51 .protect_kernel_modules = true, in main()
/systemd-251/src/core/
Dnamespace.h72 bool protect_kernel_modules; member
Dexecute.h306 bool protect_kernel_modules; member
Dexecute.c1453 c->protect_kernel_modules || in context_has_no_new_privileges()
1635 if (!c->protect_kernel_modules) in apply_protect_kernel_modules()
2073 context->protect_kernel_modules || in exec_needs_mount_namespace()
3575 .protect_kernel_modules = context->protect_kernel_modules, in apply_mount_namespace()
5767 prefix, yes_no(c->protect_kernel_modules), in exec_context_dump()
Dnamespace.c1671 (ns_info->protect_kernel_modules ? ELEMENTSOF(protect_kernel_modules_table) : 0) + in namespace_calculate_mounts()
2231 if (ns_info->protect_kernel_modules) { in setup_namespace()
Dload-fragment-gperf.gperf.in119 … 0, offsetof({{type}}, exec_context.protect_kernel_modules)
Ddbus-execute.c1253 …ernelModules", "b", bus_property_get_bool, offsetof(ExecContext, protect_kernel_modules), SD_BUS_V…
1897 … return bus_set_transient_bool(u, name, &c->protect_kernel_modules, message, flags, error); in bus_exec_context_set_transient_property()
Dunit.c4088 if (ec->protect_kernel_modules) in unit_patch_contexts()
/systemd-251/src/analyze/
Danalyze-security.c78 bool protect_kernel_modules; member
864 .offset = offsetof(SecurityInfo, protect_kernel_modules),
2328 … NULL, offsetof(SecurityInfo, protect_kernel_modules) }, in acquire_security_info()
2397 info->protect_kernel_modules || in acquire_security_info()
2403 if (info->protect_kernel_modules) in acquire_security_info()
2527 info->protect_kernel_modules = c->protect_kernel_modules; in get_security_info()