HomeSort by relevance Sort by last modified time
    Searched refs:pwname (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
port-linux.c 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
    [all...]
  /external/openssh/
ssh.c 2041 char *pwdir = NULL, *pwname = NULL; local
    [all...]

Completed in 3479 milliseconds