Skip to content

Commit

Permalink
rule update: Add kubelet to user_known_chmod_applications list
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroki Suezawa <[email protected]>
  • Loading branch information
rung authored and fntlnz committed Dec 1, 2019
1 parent 1b05f0e commit c736a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@
condition: (always_true)

- list: user_known_chmod_applications
items: [hyperkube]
items: [hyperkube, kubelet]

- rule: Set Setuid or Setgid bit
desc: >
Expand Down

0 comments on commit c736a84

Please sign in to comment.