ExecveInfo.binary_sha256
not populated despite binary_info
field set for sentry/execve
#11466
Labels
good first issue
Good for newcomers
status: help wanted
Extra attention is needed
type: bug
Something isn't working
Description
Looking at this code block here, it doesn't seem like
binary_sha256
of the binary in question is being computed, even if thebinary_info
optional field is set:gvisor/pkg/sentry/kernel/task_exec.go
Lines 312 to 343 in d949e71
We were hoping to make use of it for threat detection.
Steps to reproduce
This was the
/etc/falco/pod-init.json
we were trying.runsc version
docker version (if using docker)
uname
Linux ip-10-1-5-221.ec2.internal 5.15.0-302.167.6.1.el9uek.x86_64 #2 SMP Thu Nov 21 21:48:29 PST 2024 x86_64 x86_64 x86_64 GNU/Linux
kubectl (if using Kubernetes)
repo state (if built from source)
No response
runsc debug logs (if available)
The text was updated successfully, but these errors were encountered: