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

33
lib/constants.sh Normal file
View File

@ -0,0 +1,33 @@
# Defines constants for CIS Debian 7 Hardening
#
#### Useful Colot constants settings for loglevels
# Reset Color (for syslog)
NC='\033[0m'
# Colors
RED='\033[1;31m'
GREEN='\033[1;32m'
YELLOW='\033[1;33m'
# Bold
BRED='\033[1;31m' # Red
BGREEN='\033[1;32m' # Green
BYELLOW='\033[1;33m' # Yellow