mirror of
https://github.com/ovh/debian-cis.git
synced 2025-07-16 05:42:17 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0f59f73297 | |||
f888ce0d39 |
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
8
debian/default
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user