Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label /proc/pid/maps entries in permissive mode logs #421

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ayrtonm
Copy link
Contributor

@ayrtonm ayrtonm commented Oct 4, 2024

This removes unnecessary info from the /proc/pid/maps entries in the permissive mode logs and labels the compartment stacks in the column with file paths. Still a WIP since this only labels the first thread's stacks. Aside from the stacks created by other threads, we could also label compartment heaps, compartment TLS regions (not sure if there's one per thread or just one per DSO?). Closes #405.

@ayrtonm ayrtonm changed the title Make permissive mode logs more descriptive Label /proc/pid/maps entries in permissive mode logs Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mmap region descriptions to permissive mode logs
1 participant