We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To verify if LSM BPF is enabled we need to check the contents of /sys/kernel/security/lsm
/sys/kernel/security/lsm
tetragon/pkg/bpf/detect.go
Line 234 in c713bf1
This file is not mounted to the container so policy load is failing. Slack thread.
1.3.0
5.15.0-130-generic
v1.30.9
No response
Hot Fix that worked:
helm upgrade tetragon cilium/tetragon -n kube-system --set=extraVolumes[0].name="security" --set extraVolumes[0].path="/sys/kernel/security" --set extraVolumes[0].type=Directory --set=extraHostPathMounts[0].mountPath="/sys/kernel/security" --set=extraHostPathMounts[0].name="security"
I see two options:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened?
To verify if LSM BPF is enabled we need to check the contents of
/sys/kernel/security/lsm
tetragon/pkg/bpf/detect.go
Line 234 in c713bf1
This file is not mounted to the container so policy load is failing. Slack thread.
Tetragon Version
1.3.0
Kernel Version
5.15.0-130-generic
Kubernetes Version
v1.30.9
Bugtool
No response
Relevant log output
Anything else?
Hot Fix that worked:
I see two options:
The text was updated successfully, but these errors were encountered: