mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 10:56:47 +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)
|
||||
|
||||
- list: user_known_chmod_applications
|
||||
items: [hyperkube]
|
||||
items: [hyperkube, kubelet]
|
||||
|
||||
- rule: Set Setuid or Setgid bit
|
||||
desc: >
|
||||
|
Loading…
Reference in New Issue
Block a user