Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:pwname

59 ssh_selinux_getctxbyname(char *pwname)
66 if (getseuserbyname(pwname, &sename, &lvl) != 0)
69 sename = pwname;
86 "context for %s", __func__, pwname);
92 __func__, pwname);
106 ssh_selinux_setup_exec_context(char *pwname)
115 user_ctx = ssh_selinux_getctxbyname(pwname);
122 "context for %s", __func__, pwname);
126 "for %s (in enforcing mode)", __func__, pwname);
137 ssh_selinux_setup_pty(char *pwname, const char *tty)
148 user_ctx = ssh_selinux_getctxbyname(pwname);