mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 14:15:32 +01:00
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:
commit
9b67976c86
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