Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsandbox-seccomp-filter.c427 static const struct sock_fprog preauth_program = { variable
520 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &preauth_program) == -1) in ssh_sandbox_child()