Searched refs:seccomp (Results 1 – 9 of 9) 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_SYSTEM.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
|
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_APP.TXT | 1 # This file is used to populate seccomp's allowlist policy in combination with SYSCALLS.TXT.
|
D | Android.bp | 2328 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/ |
D | Android.bp | 16 // Generate the C++ policy sources for app and system seccomp-bpf filters.
|
/bionic/libc/kernel/uapi/linux/ |
D | ptrace.h | 82 } seccomp; member
|