commit | 4a1c5826f5875a4afb399057e2b9658c6bd065a6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Sep 04 20:53:01 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 04 21:16:26 2019 -0700 |
tree | a60bf8c76b7bba573fdf1a6977e0d5d2684c1cb9 | |
parent | 9a1facb158c446e735fee038f0f92df435f5a699 [diff] |
Remove the global seccomp option. Added in af1a9bfb8f4461ba9a28e4df62a55b054d1eebca, but it's never been used in practice because of the performance impact, and it's incompatible with our ability to add new system calls via a bionic module update because it defaults to disabling all unknown syscalls, and init will still be using the non-updated bootstrap libc from when it first shipped. Test: treehugger Change-Id: I8e396675fcfaf0218a92f464d15e613f43319305