Skip to content

Commit

Permalink
Bad merge.
Browse files Browse the repository at this point in the history
Should be a list not a macro.
  • Loading branch information
mstemm committed Jul 12, 2016
1 parent 5f70ff4 commit 6204c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
- macro: system_procs
condition: proc.name in (coreutils_binaries, user_mgmt_binaries)

- macro: mail_procs
condition: proc.name in (sendmail, sendmail-msp, postfix, procmail, exim4)
- list: mail_binaries
items: [sendmail, sendmail-msp, postfix, procmail, exim4]

- macro: sensitive_files
condition: fd.name startswith /etc and (fd.name in (/etc/shadow, /etc/sudoers, /etc/pam.conf) or fd.directory in (/etc/sudoers.d, /etc/pam.d))
Expand Down

0 comments on commit 6204c9f

Please sign in to comment.