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

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

Merge "Expand whitelist" am: 006065fe am: bff26f4b am: 21b2ab9e

am: 6f594b81

Change-Id: I72c19c42d8fbaaeffc7541859369822a585c4b3d
parents f8694ef7 6f594b81
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -147,6 +147,9 @@ bool set_seccomp_filter() {
    // Needed for kernel to restart syscalls
    AllowSyscall(f, 128); // __NR_restart_syscall

    // b/35034743
    AllowSyscall(f, 267); // __NR_fstatfs64

    Trap(f);

    if (SetValidateArchitectureJumpTarget(offset_to_32bit_filter, f) != 0)