debian-cis/lib/constants.sh

22 lines
451 B
Bash
Raw Normal View History

# Defines constants for CIS Debian 7 Hardening
2016-04-04 15:05:10 +02:00
# Script and shell commands homogeneity
export LANG=C
2016-04-04 15:05:10 +02:00
#### Useful Color constants settings for loglevels
# Reset Color (for syslog)
NC='\033[0m'
2016-04-01 16:48:31 +02:00
WHITE='\033[0m'
# Colors
2016-04-01 16:48:31 +02:00
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
GRAY='\033[0;40m' # Gray
# Bold
BRED='\033[1;31m' # Red
BGREEN='\033[1;32m' # Green
BYELLOW='\033[1;33m' # Yellow
2016-04-01 16:48:31 +02:00
BWHITE='\033[1;37m' # White