We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e472b5 commit efbd5b3Copy full SHA for efbd5b3
bin/hardening/use_time_sync.sh
@@ -17,7 +17,7 @@ HARDENING_LEVEL=3
17
# shellcheck disable=2034
18
DESCRIPTION="Ensure a single time synchronization is in use"
19
20
-PACKAGES="systemd-timesyncd ntp chrony"
+PACKAGES="systemd-timesyncd ntp ntpsec chrony"
21
22
# This function will be called if the script status is on enabled / audit mode
23
audit() {
debian/changelog
@@ -1,3 +1,10 @@
1
+cis-hardening (4.1-6) unstable; urgency=medium
2
+
3
+ * add debian13 support
4
+ * new scripts for debian12 cis
5
6
+ -- Damien Cavagnini <damien.cavagnini@ovhcloud.com> Wed, 17 Dec 2025 11:49:10 +0100
7
8
cis-hardening (4.1-5) unstable; urgency=medium
9
10
* drop debian10 and below support
0 commit comments