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

Commit a785ddfe authored by Wonsik Kim's avatar Wonsik Kim Committed by Jeffrey Vander Stoep
Browse files

minijail: allow a few syscalls to permit logging

Allowed geteuid32, getgid32, getegid32 and getgroups32.

Bug: 27925431
Bug: 27909016
Change-Id: Ic75522714c8b5eb482b64079de042011ae23cfed
parent 138cfd7d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,10 @@ gettid: 1
rt_sigprocmask: 1
sched_yield: 1
ugetrlimit: 1
geteuid32: 1
getgid32: 1
getegid32: 1
getgroups32: 1

# for attaching to debuggerd on process crash
sigaction: 1