Searched refs:kill_only_users (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/login/ |
D | logind-core.c | 72 m->kill_only_users = strv_free(m->kill_only_users); in manager_reset_config() 447 if (!strv_isempty(m->kill_only_users)) in manager_shall_kill() 448 return strv_contains(m->kill_only_users, user); in manager_shall_kill()
|
D | logind-gperf.gperf | 24 …OnlyUsers, config_parse_strv, 0, offsetof(Manager, kill_only_users)
|
D | logind.h | 59 char **kill_only_users, **kill_exclude_users; member
|
D | logind.c | 168 strv_free(m->kill_only_users); in manager_unref()
|
D | logind-dbus.c | 3353 …SD_BUS_PROPERTY("KillOnlyUsers", "as", NULL, offsetof(Manager, kill_only_users), SD_BUS_VTABLE_PRO…
|