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

Commit 1f94014f authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

seccomp-arm: allow sched_yield syscall

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

Bug: 27243022
Change-Id: I027534fe86f18adf7cf951fa0bf8fb96713c8bfd
parent bc57b120
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ brk: 1
sched_setscheduler: 1
gettid: 1
rt_sigprocmask: 1
sched_yield: 1

# for attaching to debuggerd on process crash
sigaction: 1