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

Commit b8ccac64 authored by Josh Gao's avatar Josh Gao Committed by gitbuildkicker
Browse files

Allow mediaextractor/mediacodec to connect to tombstoned.

Whitelist recvmsg so that mediaextractor and mediacodec can get an
output fd from tombstoned.

Bug: http://b/35858739
Test: debuggerd -b `pidof media.codec`
Change-Id: I2126da6c77bde739ae37c48b1a13dcefc6482a64
(cherry picked from commit 194af9f6)
parent 8b2c0e25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,3 +63,4 @@ geteuid32: 1
getgid32: 1
getegid32: 1
getgroups32: 1
recvmsg: 1
+4 −0
Original line number Diff line number Diff line
@@ -43,9 +43,13 @@ sigaction: 1
tgkill: 1
socket: 1
connect: 1
recvmsg: 1
fcntl64: 1
rt_tgsigqueueinfo: 1
geteuid32: 1
getgid32: 1
getegid32: 1
getgroups32: 1
getdents64: 1
pipe2: 1
ppoll: 1
+4 −0
Original line number Diff line number Diff line
@@ -34,9 +34,13 @@ rt_sigaction: 1
# socket: arg0 == AF_LOCAL
socket: arg0 == 1
connect: 1
recvmsg: 1
rt_tgsigqueueinfo: 1
writev: 1
geteuid: 1
getgid: 1
getegid: 1
getgroups: 1
getdents64: 1
pipe2: 1
ppoll: 1
+3 −0
Original line number Diff line number Diff line
@@ -48,3 +48,6 @@ geteuid32: 1
getgid32: 1
getegid32: 1
getgroups32: 1
getdents64: 1
pipe2: 1
ppoll: 1