Closed doublez13 closed 1 month ago
Welcome @doublez13! It looks like this is your first PR to falcosecurity/charts 🎉
This just a request for comments, as I'm not sure if this if the best way to solve the issue. Or perhaps there should be an optional field in the helm file that allows specifying a apparmor profile (custom or unconfined.)
Hey @doublez13
Thank you for this. I haven't dug into it, but it seems to be the correct approach. I'll do some tests. cc @falcosecurity/charts-maintainers
@doublez13
also, can you bump the chart version? so the test will run :pray:
Hey @doublez13
I'm ok with this fix, so we can go ahead.
To merge this PR, we just need to:
make falco-docs
(and commit changes)WIP
from PR's title.Let me know if you can do that; otherwise, I will do it for you.
Thank you
I'm away from my computer for awhile (just phone). You're welcome to rebase and merge, or I can do it later.
I'm away from my computer for awhile (just phone). You're welcome to rebase and merge, or I can do it later.
I'm rebasing right now.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: doublez13, leogr
The full list of commands accepted by this bot can be found here.
The pull request process is described here
LGTM label has been added.
What type of PR is this?
/kind bug /kind chart-release
What this PR does / why we need it: It appears that when setting
leastPrivileged: true
, apparmor does not not allow falco to ptrace, which appears to leave the container fields null.If
leastPrivileged: true
, set the apparmor profile tounconfined
.@leogr This just a request for comments, as I'm not sure if this if the best way to solve the issue. Or perhaps there should be an optional field in the helm file that allows specifying a apparmor profile (custom or unconfined.)
Which issue(s) this PR fixes: falcosecurity/falco#3345
Checklist