commit | 52afe23990a74f7460e1fb84d9414f1dd80bf8b2 | [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 | c876a2907009f9e67447716c0e1cb6edfa2500c1 [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