-
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
Write below root error triggering on GKE #739
Conversation
Welcome @jonnymcgow7! It looks like this is your first PR to falcosecurity/falco 🎉 |
/lgtm |
LGTM label has been added. Git tree hash: 431eb40778170545935f002f0b38a1c1f75b440b
|
Thanks for sending this PR @jonnymcgow7 ! Would you please rebase it? :) - Nevermind, done by myself The Helm chart will be promptly updated with the next release (cc @nestorsalceda). |
GKE regularly calls /exec.fifo from both a system level, and within individual falco pods. As is this triggers errors multiple times every hour. This change adds /exec.fifo to the expected files below root that will be called. Signed-off-by: Jonathan McGowan <jonnymcgow7@gmail.com>
LGTM label has been added. Git tree hash: 70baf7eaf7590a35aadf59465daea255eb7ee031
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Kaizhe, leodido The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @leodido
What type of PR is this?
/kind bug
/kind rule-update
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
GKE regularly calls /exec.fifo from both a system level, and within
individual falco pods. As is this triggers errors multiple times every
hour. This change adds /exec.fifo to the expected files below root that
will be called.
Which issue(s) this PR fixes:
Fixes #738
Special notes for your reviewer:
The rule update will need to be propagated to the helm chart on https://github.com/helm/charts/tree/master/stable/falco as well before the issue is resolved. I've cloned the helm/charts repo and have updated mine locally in the meantime to test and it has resolved the error for me.
Does this PR introduce a user-facing change?: