Searched refs:SECCOMP_MODE_FILTER (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sandbox-seccomp-filter.c | 563 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &preauth_program) == -1) in ssh_sandbox_child()
|
| H A D | configure.ac | 3837 AC_CHECK_DECL([SECCOMP_MODE_FILTER], [have_seccomp_filter=1], , [ 3854 prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, NULL, 0, 0);
|
| /freebsd/tests/sys/capsicum/ |
| H A D | linux.cc | 1039 rc = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &bpf, 0, 0); in FORK_TEST() 1050 EXPECT_OK(prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &bpf, 0, 0)); in FORK_TEST() 1091 EXPECT_OK(prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &bpf, 0, 0)); in TEST()
|
| /freebsd/contrib/ntp/ |
| H A D | configure.ac | 241 prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, NULL, 0, 0);
|
| H A D | configure | 27211 prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, NULL, 0, 0);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 1301 static const int SECCOMP_MODE_FILTER = 2; 1323 arg2 == SECCOMP_MODE_FILTER) {
|