mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-06 11:26:44 +00:00
rule update: Add kubelet to user_known_chmod_applications list
Signed-off-by: Hiroki Suezawa <suezawa@gmail.com>
This commit is contained in:
parent
1b05f0e6a7
commit
c736a843a0
@ -2436,7 +2436,7 @@
|
|||||||
condition: (always_true)
|
condition: (always_true)
|
||||||
|
|
||||||
- list: user_known_chmod_applications
|
- list: user_known_chmod_applications
|
||||||
items: [hyperkube]
|
items: [hyperkube, kubelet]
|
||||||
|
|
||||||
- rule: Set Setuid or Setgid bit
|
- rule: Set Setuid or Setgid bit
|
||||||
desc: >
|
desc: >
|
||||||
|
Loading…
Reference in New Issue
Block a user