Searched refs:pwname (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ |
D | port-linux.c | 61 ssh_selinux_getctxbyname(char *pwname) in ssh_selinux_getctxbyname() argument 68 if (getseuserbyname(pwname, &sename, &lvl) != 0) in ssh_selinux_getctxbyname() 71 sename = pwname; in ssh_selinux_getctxbyname() 88 "context for %s", __func__, pwname); in ssh_selinux_getctxbyname() 94 __func__, pwname); in ssh_selinux_getctxbyname() 108 ssh_selinux_setup_exec_context(char *pwname) in ssh_selinux_setup_exec_context() argument 117 user_ctx = ssh_selinux_getctxbyname(pwname); in ssh_selinux_setup_exec_context() 124 "context for %s", __func__, pwname); in ssh_selinux_setup_exec_context() 128 "for %s (in enforcing mode)", __func__, pwname); in ssh_selinux_setup_exec_context() 139 ssh_selinux_setup_pty(char *pwname, const char *tty) in ssh_selinux_setup_pty() argument [all …]
|
/external/openssh/ |
D | ssh.c | 1943 char *pwdir = NULL, *pwname = NULL; in load_public_identity_files() local 1980 pwname = xstrdup(pw->pw_name); in load_public_identity_files() 1994 "u", pwname, "l", thishost, "h", host, in load_public_identity_files() 2032 explicit_bzero(pwname, strlen(pwname)); in load_public_identity_files() 2033 free(pwname); in load_public_identity_files()
|