Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88ec14b0 authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Expand whitelist

Bug: 34908783
Test: Device boots. Unable to test app due to Fake OEM error
Change-Id: I2a0f5646fa39f95875ecb661599d76f4b28a43ac
parent 14f31aa6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);