Home
last modified time | relevance | path

Searched refs:protect_kernel_tunables (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/test/
Dtest-ns.c50 .protect_kernel_tunables = true, in main()
/systemd-251/src/core/
Dnamespace.h71 bool protect_kernel_tunables; member
Dexecute.h305 bool protect_kernel_tunables; member
Dnamespace.c1613 ns_info->protect_kernel_tunables || in namespace_info_mount_apivfs()
1669 (ns_info->protect_kernel_tunables ? in namespace_calculate_mounts()
2215 if (ns_info->protect_kernel_tunables) { in setup_namespace()
Dexecute.c1452 c->protect_kernel_tunables || in context_has_no_new_privileges()
1620 if (!c->protect_kernel_tunables) in apply_protect_sysctl()
2072 context->protect_kernel_tunables || in exec_needs_mount_namespace()
3574 .protect_kernel_tunables = context->protect_kernel_tunables, in apply_mount_namespace()
5766 prefix, yes_no(c->protect_kernel_tunables), in exec_context_dump()
Dload-fragment-gperf.gperf.in118 … 0, offsetof({{type}}, exec_context.protect_kernel_tunables)
Ddbus-execute.c1252 …rnelTunables", "b", bus_property_get_bool, offsetof(ExecContext, protect_kernel_tunables), SD_BUS_…
1894 … return bus_set_transient_bool(u, name, &c->protect_kernel_tunables, message, flags, error); in bus_exec_context_set_transient_property()
/systemd-251/src/analyze/
Danalyze-security.c79 bool protect_kernel_tunables; member
875 .offset = offsetof(SecurityInfo, protect_kernel_tunables),
2329 … NULL, offsetof(SecurityInfo, protect_kernel_tunables) }, in acquire_security_info()
2396 info->protect_kernel_tunables || in acquire_security_info()
2528 info->protect_kernel_tunables = c->protect_kernel_tunables; in get_security_info()