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

Fix incorrect prctl values and add new ones #479

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

oshaked1
Copy link
Contributor

No description provided.

@geyslan
Copy link
Member

geyslan commented Feb 12, 2025

@oshaked1 helpers are deprecated and marked to be removed soon, see: #473

This must be handled in Tracee's aquasecurity/tracee#4090.

Comment on lines +598 to +604
PR_SCHED_CORE
PR_SME_SET_VL
PR_SME_GET_VL
PR_SET_MDWE
PR_GET_MDWE
PR_SET_MEMORY_MERGE
PR_GET_MEMORY_MERGE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of those were already inserted in Tracee's: https://github.com/aquasecurity/tracee/blob/1150c947b726ba22f0432106d85abc389ffb8699/pkg/events/parsers/data_parsers.go#L496-L502

Other were ignored due to from unsupported archs.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, we've discussed offline, merging it for now.

@geyslan geyslan merged commit 12c2216 into aquasecurity:main Feb 13, 2025
23 checks passed
@oshaked1 oshaked1 deleted the prctl_parsing branch February 13, 2025 11:07
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.

2 participants