Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf/
Dsandbox_bpf.cc71 const int rv = sys_seccomp(operation, flags, nullptr); in KernelHasLGBug()
93 sys_seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, nullptr); in KernelSupportsSeccompTsync()
265 sys_seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, &prog); in InstallFilter()
/external/minijail/
Dsyscall_wrapper.h17 int sys_seccomp(unsigned int operation, unsigned int flags, void *args);
Dsyscall_wrapper.c22 int sys_seccomp(unsigned int operation, unsigned int flags, void *args) in sys_seccomp() function
Dlibminijail.c750 if (sys_seccomp(SECCOMP_SET_MODE_FILTER, in seccomp_should_parse_filters()
1558 if (sys_seccomp(SECCOMP_SET_MODE_FILTER, in set_seccomp_filter()
/external/libchrome/sandbox/linux/services/
Dsyscall_wrappers.h46 SANDBOX_EXPORT int sys_seccomp(unsigned int operation,
Dsyscall_wrappers.cc72 int sys_seccomp(unsigned int operation, in sys_seccomp() function
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt103 345414 WARNING: unhandled syscall: 317 (sys_seccomp)
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h706 __SYSCALL(__NR_seccomp, sys_seccomp)
/external/strace/
DChangeLog18596 * seccomp.c (sys_seccomp): Update for RVAL_DECODED.
21139 * linux/dummy.h (sys_seccomp): Remove.
21140 * linux/syscall.h (sys_seccomp): New prototype.
21844 sys_kexec_file_load, sys_memfd_create, sys_seccomp): New stub aliases.