more secops...
This commit is contained in:
1
Modules/Security/secharden-ossec.sh
Normal file
1
Modules/Security/secharden-ossec.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
#!/bin/bash
|
@ -409,6 +409,13 @@ echo Now running "$FUNCNAME"
|
|||||||
echo Completed running "$FUNCNAME"
|
echo Completed running "$FUNCNAME"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function secharden-ossec()
|
||||||
|
{
|
||||||
|
echo Now running "$FUNCNAME"
|
||||||
|
#curl --silent ${DL_ROOT}/Modules/Security/secharden-audit-agents.sh|$(which bash)
|
||||||
|
echo Completed running "$FUNCNAME"
|
||||||
|
}
|
||||||
|
|
||||||
function secharden-scap-stig()
|
function secharden-scap-stig()
|
||||||
{
|
{
|
||||||
echo Now running "$FUNCNAME"
|
echo Now running "$FUNCNAME"
|
||||||
@ -443,5 +450,6 @@ secharden-ssh
|
|||||||
#secharden-2fa
|
#secharden-2fa
|
||||||
#secharden-auto-upgrades
|
#secharden-auto-upgrades
|
||||||
#secharden-audit-agents
|
#secharden-audit-agents
|
||||||
|
#secharden-ossec
|
||||||
#secharden-scap-stig
|
#secharden-scap-stig
|
||||||
#auth-cloudron-ldap
|
#auth-cloudron-ldap
|
Reference in New Issue
Block a user