Remove debian/default to etc/default.cfg.

This commit is contained in:
Samson-W 2020-04-11 18:45:52 +08:00
parent 28ea22e13e
commit 21f2307c28
2 changed files with 8 additions and 2 deletions

2
etc/.gitignore vendored
View File

@ -1,2 +0,0 @@
*.cfg

8
etc/default.cfg Normal file
View File

@ -0,0 +1,8 @@
# 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