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

Commit 2d573837 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

minijail: allow rt_tgsigqueueinfo syscall

Used by bionic to resend every signal back to the process for
debuggerd to catch.

Bug: 27853687
Change-Id: If7181b89fcfe0d698df0ce83f773eb974ccd567a
parent f17731fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,3 +47,4 @@ tgkill: 1
socket: 1
connect: 1
fcntl64: 1
rt_tgsigqueueinfo: 1
+1 −0
Original line number Diff line number Diff line
@@ -39,3 +39,4 @@ tgkill: 1
socket: 1
connect: 1
fcntl64: 1
rt_tgsigqueueinfo: 1
+1 −0
Original line number Diff line number Diff line
@@ -36,3 +36,4 @@ sigaction: 1
tgkill: 1
rt_sigprocmask: 1
fcntl64: 1
rt_tgsigqueueinfo: 1