Merge "extend syscall minijail for clang code coverage" am: aa64d3b23f

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1361997

Change-Id: If843446ecd1eb3b8e714d1237159afbb85cadb03
This commit is contained in:
Treehugger Robot 2020-07-13 22:33:32 +00:00 committed by Automerger Merge Worker
commit 88121b10af
5 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@ openat: 1
write: 1
fcntl64: 1
fstat64: 1
ftruncate64: 1
geteuid32: 1
_llseek: 1
mmap2: 1

View File

@ -6,6 +6,7 @@ openat: 1
write: 1
fcntl: 1
fstat: 1
ftruncate: 1
geteuid: 1
lseek: 1
mmap: 1

View File

@ -22,6 +22,7 @@ write: 1
#if defined(__LP64__)
fcntl: 1
fstat: 1
ftruncate: 1
geteuid: 1
lseek: 1
mmap: 1
@ -29,6 +30,7 @@ rt_sigreturn: 1
#else
fcntl64: 1
fstat64: 1
ftruncate64: 1
geteuid32: 1
_llseek: 1
mmap2: 1

View File

@ -6,6 +6,7 @@ openat: 1
write: 1
fcntl64: 1
fstat64: 1
ftruncate64: 1
geteuid32: 1
_llseek: 1
mmap2: 1

View File

@ -6,6 +6,7 @@ openat: 1
write: 1
fcntl: 1
fstat: 1
ftruncate: 1
geteuid: 1
lseek: 1
mmap: 1