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

Commit 0f0c0e7e authored by Josh Gao's avatar Josh Gao
Browse files

media{codec, extractor}: update seccomp policy.

Update the mediacodec and mediaextractor seccomp policies to allow
getpid and gettid, which started being used after this CL:
https://android-review.googlesource.com/c/390273/

Bug: http://b/38508369
Test: debuggerd -b `pidof media.codec`
Test: debuggerd -b `pidof media.extractor`
Change-Id: I1be61f645fa475856fa814747a5740689492aa2b
parent 0375da69
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -65,3 +65,5 @@ getgid32: 1
getegid32: 1
getgroups32: 1
recvmsg: 1
getpid: 1
gettid: 1
+2 −0
Original line number Diff line number Diff line
@@ -59,3 +59,5 @@ getgroups32: 1
getdents64: 1
pipe2: 1
ppoll: 1
getpid: 1
gettid: 1
+2 −0
Original line number Diff line number Diff line
@@ -50,3 +50,5 @@ getgroups: 1
getdents64: 1
pipe2: 1
ppoll: 1
getpid: 1
gettid: 1
+2 −0
Original line number Diff line number Diff line
@@ -60,3 +60,5 @@ ppoll: 1
# Required by AddressSanitizer
gettid: 1
sched_yield: 1
getpid: 1
gettid: 1