Searched refs:protect_clock (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-security.c | 81 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/ |
D | execute.h | 308 bool protect_clock; member
|
D | load-fragment-gperf.gperf.in | 121 … 0, offsetof({{type}}, exec_context.protect_clock)
|
D | dbus-execute.c | 1251 …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()
|
D | execute.c | 1450 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()
|
D | unit.c | 4094 if (ec->protect_clock) in unit_patch_contexts() 4158 if (ec->protect_clock) { in unit_patch_contexts()
|