Home
last modified time | relevance | path

Searched refs:protect_hostname (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/core/
Dnamespace.h75 bool protect_hostname; member
Dexecute.h312 bool protect_hostname; member
Dexecute.c1451 c->protect_hostname || in context_has_no_new_privileges()
1748 if (!c->protect_hostname) in apply_protect_hostname()
3577 .protect_hostname = context->protect_hostname, in apply_mount_namespace()
5781 prefix, yes_no(c->protect_hostname), in exec_context_dump()
Dnamespace.c1676 (ns_info->protect_hostname ? 2 : 0) + in namespace_calculate_mounts()
2282 if (ns_info->protect_hostname) { in setup_namespace()
Dload-fragment-gperf.gperf.in174 … 0, offsetof({{type}}, exec_context.protect_hostname)
Ddbus-execute.c1305 …ProtectHostname", "b", bus_property_get_bool, offsetof(ExecContext, protect_hostname), SD_BUS_VTAB…
1918 return bus_set_transient_bool(u, name, &c->protect_hostname, message, flags, error); in bus_exec_context_set_transient_property()
/systemd-251/src/analyze/
Danalyze-security.c69 bool protect_hostname; member
917 .offset = offsetof(SecurityInfo, protect_hostname),
2327 … NULL, offsetof(SecurityInfo, protect_hostname) }, in acquire_security_info()
2520 info->protect_hostname = c->protect_hostname; in get_security_info()