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

  /external/strace/test/
Makefile 6 mtd ubi seccomp sfd mmap_offset_decode x32_lseek x32_mmap \
  /cts/tests/tests/os/jni/
Android.mk 33 # Select the architectures on which seccomp-bpf are supported. This is used to
56 LOCAL_SRC_FILES += seccomp-tests/tests/seccomp_bpf_tests.c \
android_os_cts_SeccompTest.cpp 24 #include <linux/seccomp.h>
29 #include "seccomp-tests/tests/test_harness.h"
android_os_cts_OSFeatures.cpp 27 #include <linux/seccomp.h>
88 // Seccomp support is only available for ARM, x86, x86_64.
104 // Kernels before 3.8 don't have seccomp
  /external/strace/
seccomp.c 31 # include <linux/seccomp.h>
233 SYS_FUNC(seccomp)
Android.mk 107 seccomp.c \
prctl.c 17 # include <linux/seccomp.h>
sys_func.h 210 extern SYS_FUNC(seccomp);
  /external/strace/tests/
seccomp.c 15 # include <linux/seccomp.h>
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 6 * Test code for seccomp bpf.
21 #include <linux/seccomp.h>
908 /* Make sure this is a seccomp event. */
1276 int seccomp(unsigned int op, unsigned int flags, struct sock_fprog *filter) function
    [all...]
resumption.c 6 * Test code for seccomp bpf.
17 #include <linux/seccomp.h>
sigsegv.c 20 #include <linux/seccomp.h>
  /external/openssh/
sandbox-seccomp-filter.c 48 #include <linux/seccomp.h>
153 debug3("%s: preparing seccomp filter sandbox", __func__);
225 debug3("%s: attaching seccomp filter program", __func__);
configure     [all...]

Completed in 222 milliseconds