Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Jul 12, 2016
1 parent d9257b8 commit c180126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
condition: proc.name in (package_mgmt_binaries)

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

- list: dhcp_binaries
items: dhclient, dhclient-script
items: [dhclient, dhclient-script]

# A canonical set of processes that run other programs with different
# privileges or as a different user.
Expand Down Expand Up @@ -192,7 +192,7 @@
- rule: write_etc
desc: an attempt to write to any file below /etc, not in a pipe installer session
condition: write_etc_common not proc.sname=fbash
condition: write_etc_common and not proc.sname=fbash
output: "File below /etc opened for writing (user=%user.name command=%proc.cmdline file=%fd.name)"
priority: WARNING

Expand Down

0 comments on commit c180126

Please sign in to comment.