Searched refs:pam_name (Results 1 - 7 of 7) sorted by relevance
/systemd/src/core/ |
H A D | execute.h | 141 char *pam_name; member in struct:ExecContext
|
H A D | dbus-execute.c | 710 SD_BUS_PROPERTY("PAMName", "s", NULL, offsetof(ExecContext, pam_name), SD_BUS_VTABLE_PROPERTY_CONST), 1173 c->pam_name = mfree(c->pam_name); 1174 else if (free_and_strdup(&c->pam_name, n) < 0)
|
H A D | execute.c | 1747 if (context->pam_name && username) { 1748 r = setup_pam(context->pam_name, username, uid, context->tty_path, &pam_env, fds, n_fds); 2194 c->pam_name = mfree(c->pam_name); 2613 if (c->pam_name) 2614 fprintf(f, "%sPAMName: %s\n", prefix, c->pam_name);
|
H A D | swap.c | 248 if (s->exec_context.pam_name && s->kill_context.kill_mode != KILL_CONTROL_GROUP) {
|
H A D | mount.c | 482 if (m->exec_context.pam_name && m->kill_context.kill_mode != KILL_CONTROL_GROUP) {
|
H A D | socket.c | 435 if (s->exec_context.pam_name && s->kill_context.kill_mode != KILL_CONTROL_GROUP) {
|
H A D | service.c | 500 if (s->exec_context.pam_name && !(s->kill_context.kill_mode == KILL_CONTROL_GROUP || s->kill_context.kill_mode == KILL_MIXED)) {
|
Completed in 3830 milliseconds