Home
last modified time | relevance | path

Searched refs:seccomp (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/
DSECCOMP_PRIORITY.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
6 # The syscalls below are prioritized above other syscalls when checking seccomp policy, in
DSECCOMP_BLACKLIST_COMMON.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
4 # The final seccomp whitelist is SYSCALLS.TXT - SECCOMP_BLACKLIST.TXT + SECCOMP_WHITELIST.TXT
DSECCOMP_BLACKLIST_APP.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
4 # The final seccomp whitelist is SYSCALLS.TXT - SECCOMP_BLACKLIST.TXT + SECCOMP_WHITELIST.TXT
10 # including capset and setresuid. This is because the seccomp filter must be installed while
DSECCOMP_WHITELIST_SYSTEM.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
DSECCOMP_WHITELIST_COMMON.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
28 int seccomp:seccomp(unsigned int operation, unsigned int flags, void *args) all
DSECCOMP_WHITELIST_APP.TXT1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
DAndroid.bp2200 srcs: ["seccomp/gen_syscall_nrs.cpp"],
2231 srcs: ["seccomp/gen_syscall_nrs_x86.cpp"],
2232 exclude_srcs: ["seccomp/gen_syscall_nrs.cpp"],
2242 srcs: ["seccomp/gen_syscall_nrs_x86_64.cpp"],
2243 exclude_srcs: ["seccomp/gen_syscall_nrs.cpp"],
2250 // Generate the C++ policy sources for app and system seccomp-bpf filters.
2420 "seccomp/seccomp_policy.cpp",
2423 export_include_dirs: ["seccomp/include"],
/bionic/libc/kernel/uapi/linux/
Dptrace.h81 } seccomp; member