Compare commits

...

2 Commits

Author SHA1 Message Date
0f59f73297 bump to 4.1.2 2023-10-02 13:17:31 +00:00
f888ce0d39 fix: root_dir is still /opt/cis-hardening for the moment (#208) 2023-10-02 14:50:52 +02:00
2 changed files with 10 additions and 4 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cis-hardening (4.1-2) unstable; urgency=medium
* fix: root_dir is still /opt/cis-hardening for the moment (#208)
-- Thibault Dewailly <thibault.dewailly@ovhcloud.com> Mon, 02 Oct 2023 13:14:58 +0000
cis-hardening (4.1-1) unstable; urgency=medium
* fix: debian12 functional test pass is now mandatory (#207)

8
debian/default vendored
View File

@ -1,7 +1,7 @@
# # Default file for CIS Debian hardening scripts
# Define here root directory for CIS debian hardening scripts
CIS_LIB_DIR='/opt/debian-cis/lib'
CIS_CHECKS_DIR="/opt/debian-cis/bin/hardening"
CIS_CONF_DIR='/opt/debian-cis/etc'
CIS_TMP_DIR='/opt/debian-cis/tmp'
CIS_LIB_DIR='/opt/cis-hardening/lib'
CIS_CHECKS_DIR="/opt/cis-hardening/bin/hardening"
CIS_CONF_DIR='/opt/cis-hardening/etc'
CIS_TMP_DIR='/opt/cis-hardening/tmp'