Searched refs:ssh_sandbox (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-sandbox.h18 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);
H A Dsandbox-null.c37 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)
H A Dsandbox-darwin.c38 struct ssh_sandbox { struct
42 struct ssh_sandbox *
45 struct ssh_sandbox *box;
59 ssh_sandbox_child(struct ssh_sandbox *box)
91 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
98 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-rlimit.c40 struct ssh_sandbox { struct
44 struct ssh_sandbox *
47 struct ssh_sandbox *box;
61 ssh_sandbox_child(struct ssh_sandbox *box)
83 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
90 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-systrace.c73 struct ssh_sandbox { struct
79 struct ssh_sandbox *
82 struct ssh_sandbox *box;
94 ssh_sandbox_child(struct ssh_sandbox *box)
104 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)
H A Dsandbox-seccomp-filter.c129 struct ssh_sandbox { struct
133 struct ssh_sandbox *
136 struct ssh_sandbox *box;
187 ssh_sandbox_child(struct ssh_sandbox *box)
224 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
231 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsshd.c651 struct ssh_sandbox *box = NULL;

Completed in 193 milliseconds