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

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

Merge "Expand seccomp whitelist" am: c6c11723 am: 3b9c0fad am: 507c3fb0

am: 6c123869

Change-Id: I9ecf11de7bef9f199700b3539b526ce3a9e7dea5
parents f1061674 6c123869
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -148,7 +148,10 @@ bool set_seccomp_filter() {
    AllowSyscall(f, 128); // __NR_restart_syscall

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

    // b/34763393
    AllowSyscall(f, 277); // __NR_seccomp

    Trap(f);