Merge "Expand seccomp whitelist"

am: 10e7aed13f

Change-Id: I8060b31a8ac20ddd77b7139c5a3bbd8d146dbc27
This commit is contained in:
Paul Lawrence
2017-02-07 22:59:34 +00:00
committed by android-build-merger

View File

@@ -212,6 +212,10 @@ bool set_seccomp_filter() {
// b/34908783
AllowSyscall(f, 250); // __NR_epoll_create
// b/34979910
AllowSyscall(f, 8); // __NR_creat
AllowSyscall(f, 10); // __NR_unlink
Trap(f);
return install_filter(f);