Home
last modified time | relevance | path

Searched refs:protect_clock (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/analyze/
Danalyze-security.c81 bool protect_clock; member
897 .offset = offsetof(SecurityInfo, protect_clock),
2331 … NULL, offsetof(SecurityInfo, protect_clock) }, in acquire_security_info()
2409 if (info->protect_clock) in acquire_security_info()
2530 info->protect_clock = c->protect_clock; in get_security_info()
/systemd-251/src/core/
Dexecute.h308 bool protect_clock; member
Dload-fragment-gperf.gperf.in121 … 0, offsetof({{type}}, exec_context.protect_clock)
Ddbus-execute.c1251 …RTY("ProtectClock", "b", bus_property_get_bool, offsetof(ExecContext, protect_clock), SD_BUS_VTABL…
1903 return bus_set_transient_bool(u, name, &c->protect_clock, message, flags, error); in bus_exec_context_set_transient_property()
Dexecute.c1450 c->protect_clock || in context_has_no_new_privileges()
1661 if (!c->protect_clock) in apply_protect_clock()
5769 prefix, yes_no(c->protect_clock), in exec_context_dump()
Dunit.c4094 if (ec->protect_clock) in unit_patch_contexts()
4158 if (ec->protect_clock) { in unit_patch_contexts()