Probes don't export updated gid
information for execve
system call
#2144
Labels
kind/feature
New feature or request
Milestone
Describe the bug
For
execve
system calls, probes correctly export the effective user ID asuid
. However, they don't export the effective group ID, which can change when the user run a set-group-ID program.How to reproduce it
Run the
execve
system call on a binary having the set-group-ID bit set and belonging to a group different from the current user's one.Expected behaviour
The probes correctly exports the effective group id and Falco uses this information to update the internal state for the process.
Screenshots
Environment
0.39.1
Linux ekoops-XPS-15-9530 6.8.0-48-generic #48~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 7 11:24:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
From source.
Additional context
The text was updated successfully, but these errors were encountered: