Ejemplo n.º 1
0
static void
sandbox_systrace_parent_preauth(void *vbox, pid_t child_pid)
{
    struct ssh_sandbox *box = vbox;

    ssh_sandbox_parent(box, child_pid, preauth_policy);
}
Ejemplo n.º 2
0
void
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
{
	ssh_sandbox_parent(box, child_pid, preauth_policy);
}