From e4564ec2477679b922b765feebf27822fd463ab3 Mon Sep 17 00:00:00 2001 From: Bob Gendler Date: Mon, 14 Mar 2022 12:01:24 -0400 Subject: [PATCH] added [source,bash] --- rules/os/os_anti_virus_installed.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/os/os_anti_virus_installed.yaml b/rules/os/os_anti_virus_installed.yaml index 32d7492d..3c7d4aa7 100644 --- a/rules/os/os_anti_virus_installed.yaml +++ b/rules/os/os_anti_virus_installed.yaml @@ -9,7 +9,10 @@ check: | result: integer: 1 fix: | + [source,bash] + ---- /bin/launchctl enable system/com.apple.mrt + ---- references: cce: - CCE-90900-2