Merge "Expand whitelist" am: fe88a5e81d am: f907b0fcc7

am: edc3f365a0

Change-Id: I51bc6c7b90c2e93942c62c0eb49c13b19581a0d9
This commit is contained in:
Paul Lawrence
2017-02-03 21:58:03 +00:00
committed by android-build-merger

View File

@@ -206,6 +206,9 @@ bool set_seccomp_filter() {
// already allowed.
AllowSyscall(f, 85); // __NR_readlink
// b/34908783
AllowSyscall(f, 250); // __NR_epoll_create
Trap(f);
return install_filter(f);