Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsandbox-pledge.c40 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()
H A Dsandbox-rlimit.c37 struct ssh_sandbox { struct
41 struct ssh_sandbox * argument
44 struct ssh_sandbox *box; in ssh_sandbox_init()
58 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
76 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()
83 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
H A Dssh-sandbox.h19 struct ssh_sandbox;
21 struct ssh_sandbox *ssh_sandbox_init(void);
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);