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

Commit d653bf02 authored by Kostya Kortchinsky's avatar Kostya Kortchinsky
Browse files

Add sched_yield to the arm64 policy

sched_yield is used by the various Sanitizers. It is present for arm, x86 and
x86_64 but is missing for arm64.

Bug: 63907455
Test: built & run with Scudo locally enabled for media.extractor
Change-Id: I4ad9cfcd2bda2489858146dca7427e3719491e12
parent b8fd364d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,4 +40,7 @@ readlinkat: 1
pread64: 1
mremap: 1

# Required by Sanitizers
sched_yield: 1

@include /system/etc/seccomp_policy/crash_dump.arm64.policy