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

Commit e446c8e0 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by Jeffrey Vander Stoep
Browse files

minijail: allow a syscalls to permit logging

Allowed geteuid32, getgid32, getegid32 and getgroups32.

Bug: 27925431
Change-Id: I8f4cd86f6a4cee12d3654b4a4ad6e5bcb12049eb
parent 8e90fecf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31,6 +31,10 @@ faccessat: 1
sched_setscheduler: 1
ugetrlimit: 1
getrlimit: 1
geteuid32: 1
getgid32: 1
getegid32: 1
getgroups32: 1

# for attaching to debuggerd on process crash
socketcall: 1