Merge "Allow fchmod syscalls on code-coverage builds"

This commit is contained in:
Pirama Arumuga Nainar 2021-01-20 00:17:42 +00:00 committed by Gerrit Code Review
commit a1d04e4de4
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