Added basic Configuration files and skeleton scripts

This commit is contained in:
thibault.dewailly
2016-04-01 09:32:17 +02:00
parent 754cf6fd1d
commit 9a5e962cd4
7 changed files with 127 additions and 0 deletions

View File

@ -0,0 +1,21 @@
#!/bin/bash
#
# CIS Debian 7 Hardening
#
#
# 1.1 Install Updates, Patches and Additional Security Software (Not Scored)
#
# This function will be called if the script status is ont enabled / audit mode
audit () {
}
# This function will be called if the script status is on enabled mode
apply () {
}