Replace CIS_ROOT_DIR by a more flexible system (#204)

* Replace CIS_ROOT_DIR by a more flexible system

* Try to adapt the logic change to the functional tests
This commit is contained in:
P-EB
2023-09-25 14:24:01 +02:00
committed by GitHub
parent 5370ec2ef6
commit 32886d3a3d
493 changed files with 2060 additions and 2056 deletions

8
debian/default vendored
View File

@ -1,5 +1,7 @@
# Default file for CIS Debian hardening scripts
# # Default file for CIS Debian hardening scripts
# Define here root directory for CIS debian hardening scripts
CIS_ROOT_DIR='/opt/cis-hardening'
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'