Home
last modified time | relevance | path

Searched refs:ssh_sandbox (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dsandbox-null.c37 struct ssh_sandbox { struct
41 struct ssh_sandbox * argument
44 struct ssh_sandbox *box; in ssh_sandbox_init()
55 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dssh-sandbox.h19 struct ssh_sandbox;
21 struct ssh_sandbox *ssh_sandbox_init(struct monitor *);
22 void ssh_sandbox_child(struct ssh_sandbox *);
23 void ssh_sandbox_parent_finish(struct ssh_sandbox *);
24 void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t);
Dsandbox-rlimit.c40 struct ssh_sandbox { struct
44 struct ssh_sandbox * argument
47 struct ssh_sandbox *box; in ssh_sandbox_init()
61 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
85 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
92 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-darwin.c38 struct ssh_sandbox { struct
42 struct ssh_sandbox * argument
45 struct ssh_sandbox *box; in ssh_sandbox_init()
59 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
86 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
93 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-capsicum.c45 struct ssh_sandbox { struct
50 struct ssh_sandbox * argument
53 struct ssh_sandbox *box; in ssh_sandbox_init()
68 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
110 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
117 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-systrace.c85 struct ssh_sandbox { struct
91 struct ssh_sandbox * argument
94 struct ssh_sandbox *box; in ssh_sandbox_init()
106 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
116 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent()
195 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
205 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsandbox-seccomp-filter.c140 struct ssh_sandbox { struct
144 struct ssh_sandbox * argument
147 struct ssh_sandbox *box; in ssh_sandbox_init()
198 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
235 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
242 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
Dsshd.c658 struct ssh_sandbox *box = NULL; in privsep_preauth()