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

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

Merge "Expand whitelist" am: fe88a5e8 am: f907b0fc am: edc3f365

am: 6320e209

Change-Id: Icc2326064d010596918081487f69a37d0b0988dd
parents bc0f3334 6320e209
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);