require seccomp
Require seccomp if we're running a 3.5 or greater kernel. We'll be doing future work on seccomp, and third party applications, such as Chrome on Android, need seccomp for sandboxing. Seccomp can be enabled in the kernel by setting CONFIG_SECCOMP_FILTER=y For kernels prior to 3.5, we don't require seccomp, as it would require backporting work for kernel developers. Change-Id: Ieda4a0167c8a860f7ee2349a7a34b4cc52aab3cf
Loading
Please sign in to comment