ADD(4.1.1.1): add auditd install

This commit is contained in:
Thibault Ayanides
2020-12-24 16:20:02 +01:00
parent 7c69305b44
commit e0c6692ff2
2 changed files with 21 additions and 3 deletions

View File

@ -7,5 +7,10 @@ test_audit() {
# shellcheck disable=2154
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests
##################################################################
# For this test, we only check that it runs properly on a blank #
# host, and we check root/sudo consistency. But, we don't test #
# the apply function because it can't be automated or it is very #
# long to test and not very useful. #
##################################################################
}