Home
last modified time | relevance | path

Searched refs:pwname (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dport-linux.c68 ssh_selinux_getctxbyname(char *pwname) in ssh_selinux_getctxbyname() argument
74 if (getseuserbyname(pwname, &sename, &lvl) != 0) in ssh_selinux_getctxbyname()
77 sename = pwname; in ssh_selinux_getctxbyname()
94 "context for %s", __func__, pwname); in ssh_selinux_getctxbyname()
100 __func__, pwname); in ssh_selinux_getctxbyname()
114 ssh_selinux_setup_exec_context(char *pwname) in ssh_selinux_setup_exec_context() argument
123 user_ctx = ssh_selinux_getctxbyname(pwname); in ssh_selinux_setup_exec_context()
130 "context for %s", __func__, pwname); in ssh_selinux_setup_exec_context()
134 "for %s (in enforcing mode)", __func__, pwname); in ssh_selinux_setup_exec_context()
145 ssh_selinux_setup_pty(char *pwname, const char *tty) in ssh_selinux_setup_pty() argument
[all …]