commit | af1a9bfb8f4461ba9a28e4df62a55b054d1eebca | [log] [tgz] |
---|---|---|
author | Steve Muckle <smuckle@google.com> | Mon Jul 17 15:14:02 2017 -0700 |
committer | Steve Muckle <smuckle@google.com> | Mon Jul 24 13:33:54 2017 -0700 |
tree | bcdb5ffe53a61170c39532d72e704b27ae7e3054 | |
parent | e3d470b81d3bbb4e6507c92ee94bc98907d08c29 [diff] |
init: add support for global seccomp boot option Setting androidboot.seccomp=global on the kernel command line shall enable seccomp for all processes rather than just in zygote. Doing this has a performance impact, for now it shall just be used to audit syscall usage during testing. Bug: 37960259 Change-Id: I6b9fc95e9bec5e2bcfe6ef0b4343a5b422e30152