Skip to content

Commit

Permalink
Add needrestart to things run by pkg mgmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Nov 27, 2017
1 parent e89dd01 commit ead8662
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 @@ -203,7 +203,7 @@
condition: proc.name in (package_mgmt_binaries)

- macro: run_by_package_mgmt_binaries
condition: proc.aname in (package_mgmt_binaries)
condition: proc.aname in (package_mgmt_binaries, needrestart)

- list: ssl_mgmt_binaries
items: [ca-certificates]
Expand Down

0 comments on commit ead8662

Please sign in to comment.