-
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
rules: Adding user.loginuid to the default falco rules #1369
rules: Adding user.loginuid to the default falco rules #1369
Conversation
Welcome @csschwe! It looks like this is your first PR to falcosecurity/falco 🎉 |
…e exists This update will provide information as to which process uid intitiated the event. This is really important for processes that are started by a different user name. Signed-off-by: Chuck Schweizer <chuck.schweizer.lvk2@statefarm.com>
d18ba65
to
8aed40b
Compare
Thank you! I will try this ASAP /milestone 0.26.0 |
/lgtm |
LGTM label has been added. Git tree hash: 36d4adfdab60b83afe5b234b4310ac9f8178f7cd
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM too
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Kaizhe, leogr 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 |
This update will provide information as to which process uid initiated the event. This is really important for processes that are started by a different user name.
What type of PR is this?
/kind feature
/kind rule-update
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #318
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
yes