platform_bionic/libc/seccomp
Victor Hsieh 040c28a023 Revert system seccomp filter changes
521b41 "Allow system processes to use vfork"
ed74ab "Move some syscalls in commmon whitelist to app"

An implementation bug actually assigns the system seccomp filter to all
processes after zygote forks.

Test: the apps in the bug no longer crashes.
Bug: 76461821
2018-03-27 13:43:24 -07:00
..
include Switch the rest of our internal headers to #pragma once. 2018-02-13 14:27:17 -08:00
Android.bp Run bpfmt manually. 2018-02-05 17:30:57 -08:00
arm64_app_policy.cpp Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
arm64_global_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
arm64_system_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
arm_app_policy.cpp Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
arm_global_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
arm_system_policy.cpp Revert system seccomp filter changes 2018-03-27 13:43:24 -07:00
mips64_app_policy.cpp Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
mips64_global_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
mips64_system_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
mips_app_policy.cpp Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
mips_global_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
mips_system_policy.cpp Revert system seccomp filter changes 2018-03-27 13:43:24 -07:00
seccomp_bpfs.h Switch the rest of our internal headers to #pragma once. 2018-02-13 14:27:17 -08:00
seccomp_policy.cpp Deprecate set_seccomp_filter 2018-01-17 16:44:17 -08:00
x86_64_app_policy.cpp Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
x86_64_global_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
x86_64_system_policy.cpp Allow system processes to use vfork 2018-03-09 11:52:32 -08:00
x86_app_policy.cpp Block bunch of privileged syscalls to apps 2018-01-22 22:30:17 -08:00
x86_global_policy.cpp Add bpf syscall to seccomp whitelist 2018-01-18 12:08:34 -08:00
x86_system_policy.cpp Revert system seccomp filter changes 2018-03-27 13:43:24 -07:00