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

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

Merge "Expand seccomp whitelist" am: fd77a331 am: 1201ce98

am: e9799155

Change-Id: If9652ab58b37d2011251345bf5e85afdb3bac4d6
parents 8d2d9d75 e9799155
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -216,6 +216,9 @@ bool set_seccomp_filter() {
    AllowSyscall(f, 8);   // __NR_creat
    AllowSyscall(f, 10);  // __NR_unlink

    // b/35059702
    AllowSyscall(f, 196); // __NR_lstat64

    Trap(f);

    return install_filter(f);