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); }
void ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) { ssh_sandbox_parent(box, child_pid, preauth_policy); }