Merge pull request #75 from oke-py/74

fix(2.0.0): correct the description of 2.2.1.4.(a,b)
This commit is contained in:
Yoav Rotem 2021-01-13 12:03:17 +02:00 committed by GitHub
commit 9b67976c86
Failed to generate hash of commit

View file

@ -2706,7 +2706,7 @@ groups:
Configure `chrony` to run as the `chrony` user by configuring the appropriate startup script for your distribution. Startup scripts are typically stored in `/etc/init.d` or `/etc/systemd`.
scored: true
- id: 2.2.1.4.a
description: "Ensure ntp is configured"
description: "Ensure systemd-timesyncd is configured"
audit: "systemctl is-enabled systemd-timesyncd.service"
tests:
test_items:
@ -2725,7 +2725,7 @@ groups:
scored: true
- id: 2.2.1.4.b
description: "Ensure ntp is configured"
description: "Ensure systemd-timesyncd is configured"
audit: "timedatectl status"
type: manual
remediation: |