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

Commit 0979cc5d authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by Steven Moreland
Browse files

configstore: whitelist getpid call for arm64

Addresses:
01-01 00:00:03.416   964   964 E /vendor/bin/hw/android.hardware.configstore@1.0-service:
libminijail[964]: blocked syscall: getpid

Bug: 74394073
Test: weipingliao@ to test
Change-Id: Iaa836d1f0b3595a66dfb6af2dd78fdddb9d7272e
parent b944d695
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ rt_sigreturn: 1
getrlimit: 1
madvise: 1
clock_gettime: 1
getpid: 1

# used during process crash by crash_dump to dump process info
rt_sigprocmask: 1