Searched refs:protect_hostname (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/core/ |
D | namespace.h | 75 bool protect_hostname; member
|
D | execute.h | 312 bool protect_hostname; member
|
D | execute.c | 1451 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()
|
D | namespace.c | 1676 (ns_info->protect_hostname ? 2 : 0) + in namespace_calculate_mounts() 2282 if (ns_info->protect_hostname) { in setup_namespace()
|
D | load-fragment-gperf.gperf.in | 174 … 0, offsetof({{type}}, exec_context.protect_hostname)
|
D | dbus-execute.c | 1305 …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/ |
D | analyze-security.c | 69 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()
|