mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25:33 +01:00
fix(2.0.0): correct the description of 2.2.1.4.(a,b)
Signed-off-by: Naoki Oketani <okepy.naoki@gmail.com>
This commit is contained in:
parent
fcdd2a9cfc
commit
d035a10f86
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue