From 418bcf2177b9c7f18f6a556871eb494624f69f2c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lachance Date: Tue, 3 Dec 2019 16:30:56 -0500 Subject: [PATCH] Apply Kaizhe's code review Signed-off-by: Jean-Philippe Lachance --- 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 bc153812..97c20c9f 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -924,7 +924,7 @@ and not package_mgmt_procs and not exe_running_docker_save output: > - Repository files get updated (user=%user.name command=%proc.cmdline parent=%proc.pname pcmdline=%proc.pcmdline file=%fd.name newpath=%evt.arg.newpath container_id=%container.id image=%container.image.repository) + Repository files get updated (user=%user.name command=%proc.cmdline pcmdline=%proc.pcmdline file=%fd.name newpath=%evt.arg.newpath container_id=%container.id image=%container.image.repository) priority: NOTICE tags: [filesystem, mitre_persistence]