mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-21 18:23:42 +02:00
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:
8
debian/default
vendored
8
debian/default
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user