HomeSort by relevance Sort by last modified time
    Searched refs:SECCOMP_SET_MODE_STRICT (Results 1 - 8 of 8) sorted by null

  /external/strace/xlat/
seccomp_ops.h 6 #if defined(SECCOMP_SET_MODE_STRICT) || (defined(HAVE_DECL_SECCOMP_SET_MODE_STRICT) && HAVE_DECL_SECCOMP_SET_MODE_STRICT)
8 static_assert((SECCOMP_SET_MODE_STRICT) == (0), "SECCOMP_SET_MODE_STRICT != 0");
11 # define SECCOMP_SET_MODE_STRICT 0
38 XLAT(SECCOMP_SET_MODE_STRICT),
  /external/strace/
seccomp.c 62 case SECCOMP_SET_MODE_STRICT:
  /bionic/libc/kernel/uapi/linux/
seccomp.h 26 #define SECCOMP_SET_MODE_STRICT 0
  /external/kernel-headers/original/uapi/linux/
seccomp.h 15 #define SECCOMP_SET_MODE_STRICT 0
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 916 #ifndef SECCOMP_SET_MODE_STRICT
917 #define SECCOMP_SET_MODE_STRICT 0
961 ret = seccomp(SECCOMP_SET_MODE_STRICT, -1, NULL);
965 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, &prog);
1011 ret = seccomp(SECCOMP_SET_MODE_STRICT, 0, NULL);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 126 #ifndef SECCOMP_SET_MODE_STRICT
127 #define SECCOMP_SET_MODE_STRICT 0
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c     [all...]
  /external/minijail/
libminijail.c 60 #ifndef SECCOMP_SET_MODE_STRICT
61 # define SECCOMP_SET_MODE_STRICT 0
    [all...]

Completed in 508 milliseconds