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

Commit 7cbcebc1 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

mediaex x86: allow debuggerd to collect stacktrace

Currently blocked on x86 platforms by seccomp. Allow the necessary
syscalls.

Bug: 26580739
Change-Id: I20686fd845956b1398d66ceb749d56a47d93cd3b
parent 0b43502e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28,3 +28,10 @@ exit: 1
exit_group: 1
rt_sigreturn: 1
faccessat: 1

# for attaching to debuggerd on process crash
socketcall: 1
sigaction: 1
tgkill: 1
rt_sigprocmask: 1
fcntl64: 1