summaryrefslogtreecommitdiff
path: root/code_coverage/seccomp_policy/code_coverage.policy.def
Commit message (Collapse)AuthorAgeFilesLines
* Allow fchmod syscalls on code-coverage buildsPirama Arumuga Nainar2021-01-191-0/+3
| | | | | | | | | | Bug: http://b/177693725 fchmod is used to ensure profraw files are readable by all users with Clang's profile merging. Test: ensure mediaswcodec doesn't crash in code coverage build. Change-Id: Ia1e3b5b51c1d2fc86d548cfd066e849b03004731
* extend syscall minijail for clang code coverageRay Essick2020-07-131-0/+2
| | | | | | | | | cutover to clang-based code coverage uses extra system call (ftruncate) when writing coverage data. exposed while generating coverage for media.extractor. Bug: 160917521 Test: build, boot, kill -37 extractors for {arm,x86}x{32,64} Change-Id: I555b168c7aab43caa590df951861b92e8fa14bc3
* configs for jailed procs to dump code coverage dataRay Essick2019-11-081-0/+51
list system calls used for dumping code coverage information; empty on non code coverage builds. Mini-jail configurations can include this file instead of trying to manage the list themselves. Bug: 139313557 Test: arm32/arm64/x86 media svcs w/native coverage on, kill -37 to dump stats. Change-Id: I7323a9739803756a76f54e4a98e995522cab71ef