From a468b29036647daa520683628547f042d0c0eba9 Mon Sep 17 00:00:00 2001 From: Joseph <54584670+thejandg@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:28:03 +0800 Subject: [PATCH] fix: added `systemd-timesyncd` to use_time_sync script (#189) (#190) Co-authored-by: GoldenKiwi --- bin/hardening/2.2.1.1_use_time_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hardening/2.2.1.1_use_time_sync.sh b/bin/hardening/2.2.1.1_use_time_sync.sh index 2820d63..af9507f 100755 --- a/bin/hardening/2.2.1.1_use_time_sync.sh +++ b/bin/hardening/2.2.1.1_use_time_sync.sh @@ -17,7 +17,7 @@ HARDENING_LEVEL=3 # shellcheck disable=2034 DESCRIPTION="Ensure time synchronization is in use" -PACKAGES="ntp chrony" +PACKAGES="systemd-timesyncd ntp chrony" # This function will be called if the script status is on enabled / audit mode audit() {