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

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

Merge "Expand seccomp whitelist" am: 10e7aed1 am: 0ab0d475 am: 53e6c94c

am: ce8f7cb3

Change-Id: Ia626354e255a0e8bc66529174460e53ddf72f067
parents 7544631c ce8f7cb3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);