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

Commit 9470b9e3 authored by Luis Hector Chavez's avatar Luis Hector Chavez
Browse files

seccomp-x86: allow sched_yield and gettid syscalls

Addresses:
media.extractor: libminijail: blocked syscall: sched_yield, gettid

Bug: None
Test: make USE_CLANG_PLATFORM_BUILD:=true SANITIZE_TARGET=address -j42
      media extractor complains no more.
Change-Id: I3d499b0400df10ede08801fe6b608e6003727734
parent 132f8536
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,3 +51,7 @@ getgroups32: 1
getdents64: 1
pipe2: 1
ppoll: 1

# Required by AddressSanitizer
gettid: 1
sched_yield: 1