Skip to content

Conversation

@stanek-michal
Copy link
Contributor

Trusted apps feature requires us to skip handling an event probe if current (user-level) PID is on the trustlist, but only for File and Network probes. This is a performance optimization - we skip creating an event in those cases. The trusted PID map is populated periodically by from userspace.

Some of the recently added probes were missing the checks - add them.

Trusted apps feature requires us to skip handling an event probe
if current (user-level) PID is on the trustlist, but only for
File and Network probes. This is a performance optimization - we
skip creating an event in those cases. The trusted PID map is
populated periodically by from userspace.

Some of the recently added probes were missing the checks - add them.
@stanek-michal stanek-michal requested a review from a team as a code owner June 12, 2025 16:10
Copy link
Collaborator

@haesbaert haesbaert left a comment

Choose a reason for hiding this comment

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

love it

@haesbaert haesbaert merged commit 2c349b4 into main Jun 12, 2025
2 checks passed
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.

3 participants