OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_sandbox
(Results
1 - 6
of
6
) sorted by null
/external/openssh/
ssh-sandbox.h
18
struct
ssh_sandbox
;
20
struct
ssh_sandbox
*ssh_sandbox_init(void);
21
void ssh_sandbox_child(struct
ssh_sandbox
*);
22
void ssh_sandbox_parent_finish(struct
ssh_sandbox
*);
23
void ssh_sandbox_parent_preauth(struct
ssh_sandbox
*, pid_t);
sandbox-null.c
37
struct
ssh_sandbox
{
struct
41
struct
ssh_sandbox
*
44
struct
ssh_sandbox
*box;
55
ssh_sandbox_child(struct
ssh_sandbox
*box)
61
ssh_sandbox_parent_finish(struct
ssh_sandbox
*box)
67
ssh_sandbox_parent_preauth(struct
ssh_sandbox
*box, pid_t child_pid)
sandbox-darwin.c
38
struct
ssh_sandbox
{
struct
42
struct
ssh_sandbox
*
45
struct
ssh_sandbox
*box;
59
ssh_sandbox_child(struct
ssh_sandbox
*box)
86
ssh_sandbox_parent_finish(struct
ssh_sandbox
*box)
93
ssh_sandbox_parent_preauth(struct
ssh_sandbox
*box, pid_t child_pid)
sandbox-rlimit.c
40
struct
ssh_sandbox
{
struct
44
struct
ssh_sandbox
*
47
struct
ssh_sandbox
*box;
61
ssh_sandbox_child(struct
ssh_sandbox
*box)
81
ssh_sandbox_parent_finish(struct
ssh_sandbox
*box)
88
ssh_sandbox_parent_preauth(struct
ssh_sandbox
*box, pid_t child_pid)
sandbox-systrace.c
70
struct
ssh_sandbox
{
struct
77
struct
ssh_sandbox
*
80
struct
ssh_sandbox
*box;
96
ssh_sandbox_child(struct
ssh_sandbox
*box)
113
ssh_sandbox_parent(struct
ssh_sandbox
*box, pid_t child_pid,
183
ssh_sandbox_parent_finish(struct
ssh_sandbox
*box)
193
ssh_sandbox_parent_preauth(struct
ssh_sandbox
*box, pid_t child_pid)
sshd.c
628
struct
ssh_sandbox
*box = NULL;
[
all
...]
Completed in 4132 milliseconds