Merge "Expand whitelist"
am: fe88a5e81d
Change-Id: I9bc80af8b045edb667840828fc84f2e0ab12863b
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user