Searched refs:kill_exclude_users (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/login/ |
D | logind-core.c | 73 m->kill_exclude_users = strv_free(m->kill_exclude_users); in manager_reset_config() 441 if (!m->kill_exclude_users && streq(user, "root")) in manager_shall_kill() 444 if (strv_contains(m->kill_exclude_users, user)) in manager_shall_kill()
|
D | logind-gperf.gperf | 25 …ludeUsers, config_parse_strv, 0, offsetof(Manager, kill_exclude_users)
|
D | logind.h | 59 char **kill_only_users, **kill_exclude_users; member
|
D | logind.c | 169 strv_free(m->kill_exclude_users); in manager_unref()
|
D | logind-dbus.c | 3354 …SD_BUS_PROPERTY("KillExcludeUsers", "as", NULL, offsetof(Manager, kill_exclude_users), SD_BUS_VTAB…
|