HomeSort by relevance Sort by last modified time
    Searched full:seccomp_filter (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/os/jni/seccomp-tests/
README 4 Landing place for code relating to seccomp_filter work for the Linux kernel.
  /external/autotest/client/site_tests/security_Minijail_seccomp/
control 8 Tests seccomp_filter setup in minijail.
11 PURPOSE = "Regression test for seccomp_filter setup from minijail."
13 Fail if either seccomp_filter fails to block syscalls or if allowed syscalls
  /external/minijail/
minijail0.5 26 /bin/cat /proc/self/seccomp_filter
29 .SH SECCOMP_FILTER POLICY
61 .SH SECCOMP_FILTER POLICY WRITING
63 Determining policy for seccomp_filter can be time consuming. System
minijail0.1 55 Print a help message detailing supported system call names for seccomp_filter.
90 \fB-S <arch-specific seccomp_filter policy file>\fR
libminijail.c 61 /* For seccomp_filter using BPF. */
106 int seccomp_filter:1; member in struct:minijail::__anon21290
335 j->flags.seccomp_filter = 1;
613 j->flags.seccomp_filter = 0;
694 if (j->flags.seccomp_filter && j->filter_prog) {
820 if (j->flags.seccomp_filter && j->filter_len > 0) {
891 if (j->flags.seccomp_filter && j->filter_len > 0) {
1284 if (j->flags.seccomp_filter && running_with_asan()) {
1293 if (j->flags.seccomp_filter && j->flags.log_seccomp_filter) {
1302 if (j->flags.seccomp_filter) {
    [all...]
  /external/tlsdate/src/
seccomp.c 25 /* Linux seccomp_filter sandbox */
  /external/tlsdate/
configure.ac 495 AC_ARG_ENABLE([seccomp_filter],
499 AC_MSG_CHECKING([kernel for seccomp_filter support])

Completed in 656 milliseconds