Searched refs:remove_ipc (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/login/ |
D | logind-gperf.gperf | 49 ….RemoveIPC, config_parse_bool, 0, offsetof(Manager, remove_ipc)
|
D | logind.h | 117 bool remove_ipc; member
|
D | logind-core.c | 37 m->remove_ipc = true; in manager_reset_config()
|
D | logind-user.c | 558 if (u->manager->remove_ipc && !uid_is_system(u->user_record->uid)) { in user_finalize()
|
D | logind-dbus.c | 3388 …SD_BUS_PROPERTY("RemoveIPC", "b", bus_property_get_bool, offsetof(Manager, remove_ipc), SD_BUS_VTA…
|
/systemd-251/src/analyze/ |
D | analyze-security.c | 86 bool remove_ipc; member 493 *ret_badness = !info->remove_ipc; in assess_remove_ipc() 1318 .offset = offsetof(SecurityInfo, remove_ipc), 2333 … NULL, offsetof(SecurityInfo, remove_ipc) … in acquire_security_info() 2541 info->remove_ipc = c->remove_ipc; in get_security_info()
|
/systemd-251/src/core/ |
D | execute.h | 316 bool remove_ipc; member
|
D | load-fragment-gperf.gperf.in | 35 … 0, offsetof({{type}}, exec_context.remove_ipc)
|
D | dbus-execute.c | 1235 …SD_BUS_PROPERTY("RemoveIPC", "b", bus_property_get_bool, offsetof(ExecContext, remove_ipc), SD_BUS… 1891 return bus_set_transient_bool(u, name, &c->remove_ipc, message, flags, error); in bus_exec_context_set_transient_property()
|
D | unit.c | 4115 ec->remove_ipc = true; in unit_patch_contexts() 4976 r = unit_ref_uid_gid_internal(u, uid, gid, c ? c->remove_ipc : false); in unit_ref_uid_gid()
|