From e6006e37872d090bcc15c4ba9641add857da7a5e Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 27 Jun 2017 18:06:36 -0700 Subject: [PATCH] Add additional dpkg binary dpkg-reconfigur(e), not to be confused with dpkg-preconfigu(re) --- 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 3dfa98a6..8c82cc60 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -154,7 +154,7 @@ condition: proc.name in (rpm_binaries) - list: deb_binaries - items: [dpkg, dpkg-preconfigu, apt, apt-get, aptitude, + items: [dpkg, dpkg-preconfigu, dpkg-reconfigur, apt, apt-get, aptitude, frontend, preinst, add-apt-reposit, apt-auto-remova, apt-key, apt-listchanges, unattended-upgr ]