mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-23 02:54:35 +02:00
Added basic Configuration files and skeleton scripts
This commit is contained in:
21
bin/hardening/1.1_Install_Updates.sh
Normal file
21
bin/hardening/1.1_Install_Updates.sh
Normal 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 () {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user