Merge "Allow fchmod syscalls on code-coverage builds" am: a1d04e4de4

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2e36f0ef7b44a3716d750ecb02765707422d6d0f
This commit is contained in:
Pirama Arumuga Nainar 2021-01-20 00:50:07 +00:00 committed by Automerger Merge Worker
commit 2189be0289
5 changed files with 7 additions and 0 deletions

View file

@ -1,4 +1,5 @@
close: 1
fchmod: 1
mkdirat: 1
msync: 1
munmap: 1

View file

@ -1,4 +1,5 @@
close: 1
fchmod: 1
mkdirat: 1
msync: 1
munmap: 1

View file

@ -13,6 +13,9 @@
// 2nd-Nth: uses mmap() to update in place
close: 1
// fchmod allowed to set libprofile-clang-extras, which wraps `open` calls, to
// set correct permission for coverage files.
fchmod: 1
mkdirat: 1
msync: 1
munmap: 1

View file

@ -1,4 +1,5 @@
close: 1
fchmod: 1
mkdirat: 1
msync: 1
munmap: 1

View file

@ -1,4 +1,5 @@
close: 1
fchmod: 1
mkdirat: 1
msync: 1
munmap: 1