forked from google/santa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for was_mmaped_writeable to file write monitoring when us…
…ing macOS 13+ (google#1148) Add support for was_mmaped_writeable to file write monitoring when using macOS 13 In macOS 13 close events now have a new field was_mapped_writable that lets us track if the file was mmaped writable. Often developer tools use mmap to avoid large numbers of write syscalls (e.g. the go toolchain) and this improves transitive allow listing with those tools.
- Loading branch information
1 parent
6588c23
commit 72e292d
Showing
2 changed files
with
166 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters