/etc/systemd/system/aidecheck.service
- ^Wants\=.*aidecheck-notify.service.*$
+ ^.*Wants\=.*aidecheck-notify.service.*$
1
{{% endif %}}
diff --git a/linux_os/guide/system/software/integrity/software-integrity/aide/aide_scan_notification/rule.yml b/linux_os/guide/system/software/integrity/software-integrity/aide/aide_scan_notification/rule.yml
index d786e13096f..028e6dc2f8d 100644
--- a/linux_os/guide/system/software/integrity/software-integrity/aide/aide_scan_notification/rule.yml
+++ b/linux_os/guide/system/software/integrity/software-integrity/aide/aide_scan_notification/rule.yml
@@ -32,6 +32,7 @@ identifiers:
cce@rhel10: CCE-90177-7
cce@sle12: CCE-83048-9
cce@sle15: CCE-91214-7
+ cce@slmicro5: CCE-93722-7
references:
cis-csc: 1,11,12,13,15,16,2,3,5,7,8,9
@@ -54,7 +55,7 @@ ocil_clause: 'AIDE has not been configured or has not been configured to notify
ocil: |-
To determine that periodic AIDE execution has been scheduled, run the following command:
-{{% if product in ["sle15"] %}}
+{{% if product in ["sle15", "slmicro5"] %}}
$ sudo systemctl status aidecheck-notify|grep loaded
The output should return that the service is loaded.
Also we should make sure that notification service is started by the check:
@@ -73,7 +74,7 @@ fixtext: |-
The AIDE tool can be configured to email designated personnel with the use of the cron system.
The following example output is generic. It will set cron to run AIDE daily and to send email at the completion of the analysis.
-{{% if product in ["sle15"] %}}
+{{% if product in ["sle15", "slmicro5"] %}}
$ cat > /etc/systemd/system/aidecheck-notify.service <