Home
last modified time | relevance | path

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

/bionic/libc/
DSECCOMP_PRIORITY.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
6 # The syscalls below are prioritized above other syscalls when checking seccomp policy, in
DSECCOMP_BLOCKLIST_COMMON.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
4 # The final seccomp allowlist is SYSCALLS.TXT - SECCOMP_BLOCKLIST.TXT + SECCOMP_ALLOWLIST.TXT
DSECCOMP_BLOCKLIST_APP.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
4 # The final seccomp allowlist is SYSCALLS.TXT - SECCOMP_BLOCKLIST.TXT + SECCOMP_ALLOWLIST.TXT
10 # including capset and setresuid. This is because the seccomp filter must be installed while
DSECCOMP_ALLOWLIST_SYSTEM.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
DSECCOMP_ALLOWLIST_COMMON.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
28 int seccomp:seccomp(unsigned int operation, unsigned int flags, void *args) all
DSECCOMP_ALLOWLIST_APP.TXT1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
DAndroid.bp2328 srcs: ["seccomp/gen_syscall_nrs.cpp"],
2363 srcs: ["seccomp/gen_syscall_nrs_x86.cpp"],
2364 exclude_srcs: ["seccomp/gen_syscall_nrs.cpp"],
2376 srcs: ["seccomp/gen_syscall_nrs_x86_64.cpp"],
2377 exclude_srcs: ["seccomp/gen_syscall_nrs.cpp"],
2515 "seccomp/seccomp_policy.cpp",
2518 export_include_dirs: ["seccomp/include"],
/bionic/libc/tools/
DAndroid.bp16 // Generate the C++ policy sources for app and system seccomp-bpf filters.
/bionic/libc/kernel/uapi/linux/
Dptrace.h82 } seccomp; member