From bde8d673301d9f08f117ae833cd534c83bbe894e Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Fri, 29 Sep 2017 15:12:08 -0700 Subject: [PATCH] Let psql read sensitive files. --- rules/falco_rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 122a1f6c..e684c7cd 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -504,7 +504,7 @@ - list: read_sensitive_file_binaries items: [ iptables, ps, lsb_release, check-new-relea, dumpe2fs, accounts-daemon, sshd, - vsftpd, systemd, mysql_install_d + vsftpd, systemd, mysql_install_d, psql ] # Add conditions to this macro (probably in a separate file,