debian-cis/bin/hardening/1.1_Install_Updates.sh

22 lines
307 B
Bash
Raw Normal View History

#!/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 () {
}