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

Commit f907b0fc authored by Paul Lawrence's avatar Paul Lawrence Committed by android-build-merger
Browse files

Merge "Expand whitelist"

am: fe88a5e8

Change-Id: I9bc80af8b045edb667840828fc84f2e0ab12863b
parents 4e26b8e7 fe88a5e8
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -206,6 +206,9 @@ bool set_seccomp_filter() {
    // already allowed.
    // already allowed.
    AllowSyscall(f, 85);  // __NR_readlink
    AllowSyscall(f, 85);  // __NR_readlink


    // b/34908783
    AllowSyscall(f, 250); // __NR_epoll_create

    Trap(f);
    Trap(f);


    return install_filter(f);
    return install_filter(f);