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

/openbsd-current/usr.bin/ssh/
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-rlimit.c35 struct ssh_sandbox { struct
39 struct ssh_sandbox *
42 struct ssh_sandbox *box;
56 ssh_sandbox_child(struct ssh_sandbox *box)
74 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
81 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-pledge.c36 struct ssh_sandbox { struct
40 struct ssh_sandbox *
43 struct ssh_sandbox *box;
53 ssh_sandbox_child(struct ssh_sandbox *box)
60 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsshd-session.c293 struct ssh_sandbox *box = NULL;

Completed in 185 milliseconds