-
Notifications
You must be signed in to change notification settings - Fork 905
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
Falco 0.31 cannot record the use of shell in container (podman rootless) #1912
Comments
Hi! Thanks for opening this issue! |
The fix has been merged and will be released in Falco 0.31.1 in the next couple of weeks ;) |
The fix is now released as part of Falco 0.31.1! Care to test? |
It should be ok: It is triggered by
|
We can close it then :) |
Closing this as this seems to be fixed by falcosecurity/libs#236 since Falco 0.31.1. |
Describe the bug
Falco 0.31 cannot record the use of shell in containers (podman rootless)
How to reproduce it
This is the related rule
Expected behaviour
There should be log entry when Podman execute a shell shell in a container.
Screenshots
Environment
Falco version: 0.31.0
Driver version: 319368f1ad778691164d33d59945e00c5752cd27
RPM
Additional context
The shell is executed in the pod by running:
podman exec -it container1 /bin/bash
The text was updated successfully, but these errors were encountered: