Searched refs:seccomp (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/ |
D | SECCOMP_PRIORITY.TXT | 1 # 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
|
D | SECCOMP_BLOCKLIST_COMMON.TXT | 1 # 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
|
D | SECCOMP_BLOCKLIST_APP.TXT | 1 # 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
|
D | SECCOMP_ALLOWLIST_COMMON.TXT | 1 # 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
|
D | SECCOMP_ALLOWLIST_SYSTEM.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
|
D | SECCOMP_ALLOWLIST_APP.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
|
D | Android.bp | 2246 srcs: ["seccomp/gen_syscall_nrs.cpp"], 2277 srcs: ["seccomp/gen_syscall_nrs_x86.cpp"], 2278 exclude_srcs: ["seccomp/gen_syscall_nrs.cpp"], 2288 srcs: ["seccomp/gen_syscall_nrs_x86_64.cpp"], 2289 exclude_srcs: ["seccomp/gen_syscall_nrs.cpp"], 2296 // Generate the C++ policy sources for app and system seccomp-bpf filters. 2466 "seccomp/seccomp_policy.cpp", 2469 export_include_dirs: ["seccomp/include"],
|
/bionic/libc/kernel/uapi/linux/ |
D | ptrace.h | 81 } seccomp; member
|