OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwname
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
port-linux.c
61
ssh_selinux_getctxbyname(char *
pwname
)
68
if (getseuserbyname(
pwname
, &sename, &lvl) != 0)
71
sename =
pwname
;
88
"context for %s", __func__,
pwname
);
93
__func__,
pwname
);
109
ssh_selinux_setup_exec_context(char *
pwname
)
118
user_ctx = ssh_selinux_getctxbyname(
pwname
);
125
"context for %s", __func__,
pwname
);
129
"for %s (in enforcing mode)", __func__,
pwname
);
140
ssh_selinux_setup_pty(char *
pwname
, const char *tty
[
all
...]
/external/openssh/
ssh.c
1480
char *pwdir = NULL, *
pwname
= NULL;
local
[
all
...]
Completed in 138 milliseconds