From b0cf038e1d1599041711c1738d921701202de2d7 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Thu, 24 Aug 2017 14:13:37 -0700 Subject: [PATCH] Another uid to same uid case. pki-acme. --- rules/falco_rules.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 9e975edf..253c7458 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -783,7 +783,8 @@ (user.name=www-data and evt.arg.uid=www-data) or (user.name=_apt and evt.arg.uid=_apt) or (user.name=postfix and evt.arg.uid=postfix) or - (user.name=pki-agent and evt.arg.uid=pki-agent)) + (user.name=pki-agent and evt.arg.uid=pki-agent) or + (user.name=pki-acme and evt.arg.uid=pki-acme)) # sshd, mail programs attempt to setuid to root even when running as non-root. Excluding here to avoid meaningless FPs - rule: Non sudo setuid