mirror of
https://github.com/hardenedlinux/harbian-audit.git
synced 2025-11-01 11:48:40 +01:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
# Default file for CIS Debian/CentOS hardening scripts
|
|
|
|
# Define here root directory for CIS debian/CentOS hardening scripts
|
|
CIS_ROOT_DIR='/opt/cis-hardening'
|
|
# If distor is Debian, set 1; It's default
|
|
# If distor is CentOS, set 2;
|
|
OS_RELEASE=1
|
|
|