Searched refs:ssh_sandbox (Results 1 – 10 of 10) sorted by relevance
/external/openssh/ |
D | sandbox-null.c | 37 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()
|
D | sandbox-pledge.c | 40 struct ssh_sandbox { struct 44 struct ssh_sandbox * argument 47 struct ssh_sandbox *box; in ssh_sandbox_init() 57 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 64 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | sandbox-rlimit.c | 39 struct ssh_sandbox { struct 43 struct ssh_sandbox * argument 46 struct ssh_sandbox *box; in ssh_sandbox_init() 60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 84 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | ssh-sandbox.h | 19 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);
|
D | sandbox-darwin.c | 39 struct ssh_sandbox { struct 43 struct ssh_sandbox * argument 46 struct ssh_sandbox *box; in ssh_sandbox_init() 60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 87 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | sandbox-solaris.c | 41 struct ssh_sandbox { struct 45 struct ssh_sandbox * argument 48 struct ssh_sandbox *box = NULL; in ssh_sandbox_init() 86 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 95 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 103 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | sandbox-capsicum.c | 45 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()
|
D | sandbox-systrace.c | 93 struct ssh_sandbox { struct 99 struct ssh_sandbox * argument 102 struct ssh_sandbox *box; in ssh_sandbox_init() 114 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 124 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent() 203 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 213 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | sandbox-seccomp-filter.c | 250 struct ssh_sandbox { struct 254 struct ssh_sandbox * argument 257 struct ssh_sandbox *box; in ssh_sandbox_init() 308 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() 345 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() 352 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
|
D | sshd.c | 583 struct ssh_sandbox *box = NULL; in privsep_preauth()
|