Searched refs:pwname (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ |
D | port-linux.c | 59 ssh_selinux_getctxbyname(char *pwname) in ssh_selinux_getctxbyname() argument 66 if (getseuserbyname(pwname, &sename, &lvl) != 0) in ssh_selinux_getctxbyname() 69 sename = pwname; in ssh_selinux_getctxbyname() 86 "context for %s", __func__, pwname); in ssh_selinux_getctxbyname() 92 __func__, pwname); in ssh_selinux_getctxbyname() 106 ssh_selinux_setup_exec_context(char *pwname) in ssh_selinux_setup_exec_context() argument 115 user_ctx = ssh_selinux_getctxbyname(pwname); in ssh_selinux_setup_exec_context() 122 "context for %s", __func__, pwname); in ssh_selinux_setup_exec_context() 126 "for %s (in enforcing mode)", __func__, pwname); in ssh_selinux_setup_exec_context() 137 ssh_selinux_setup_pty(char *pwname, const char *tty) in ssh_selinux_setup_pty() argument [all …]
|
/external/openssh/ |
D | ssh.c | 2041 char *pwdir = NULL, *pwname = NULL; in load_public_identity_files() local 2082 pwname = xstrdup(pw->pw_name); in load_public_identity_files() 2097 "u", pwname, "l", thishost, "h", host, in load_public_identity_files() 2143 "u", pwname, "l", thishost, "h", host, in load_public_identity_files() 2177 explicit_bzero(pwname, strlen(pwname)); in load_public_identity_files() 2178 free(pwname); in load_public_identity_files()
|