debian-cis/bin/hardening/1.1_Install_Updates.sh
2016-04-01 09:32:17 +02:00

22 lines
307 B
Bash

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