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 whitelist policy in combination with SYSCALLS.TXT. 6 # The syscalls below are prioritized above other syscalls when checking seccomp policy, in
|
D | SECCOMP_BLACKLIST_COMMON.TXT | 1 # 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
|
D | SECCOMP_BLACKLIST_APP.TXT | 1 # 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
|
D | SECCOMP_WHITELIST_SYSTEM.TXT | 1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
|
D | SECCOMP_WHITELIST_COMMON.TXT | 1 # 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
|
D | SECCOMP_WHITELIST_APP.TXT | 1 # This file is used to populate seccomp's whitelist policy in combination with SYSCALLS.TXT.
|
D | Android.bp | 2200 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/ |
D | ptrace.h | 81 } seccomp; member
|