OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
);
94
__func__,
pwname
);
108
ssh_selinux_setup_exec_context(char *
pwname
)
117
user_ctx = ssh_selinux_getctxbyname(
pwname
);
124
"context for %s", __func__,
pwname
);
128
"for %s (in enforcing mode)", __func__,
pwname
);
139
ssh_selinux_setup_pty(char *
pwname
, const char *tty
[
all
...]
/external/openssh/
ssh.c
1943
char *pwdir = NULL, *
pwname
= NULL;
local
[
all
...]
Completed in 641 milliseconds