Skip to content

Add seccheck point for mmap.#13618

Open
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl915566174
Open

Add seccheck point for mmap.#13618
copybara-service[bot] wants to merge 1 commit into
masterfrom
test/cl915566174

Conversation

@copybara-service

Copy link
Copy Markdown

Add seccheck point for mmap.

This change introduces a new seccheck point, "sentry/mmap", which is triggered
when a memory mapping is created. The seccheck event includes information about
the mapped file, such as its path, inode, mode, UID, and GID, as well as a
timestamp. It also indicates if the mapping corresponds to the initial
executable. This allows for monitoring of potential code injection or execution
from unexpected sources.

@copybara-service copybara-service Bot added the exported Issue was exported automatically label Jul 6, 2026
This change introduces a new seccheck point, "sentry/mmap", which is triggered
when a memory mapping is created. The seccheck event includes information about
the mapped file, such as its path, inode, mode, UID, and GID, as well as a
timestamp. It also indicates if the mapping corresponds to the initial
executable. This allows for monitoring of potential code injection or execution
from unexpected sources.

PiperOrigin-RevId: 915566174
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exported Issue was exported automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant