4.2.4_logs_permissions

This commit is contained in:
Thibault Ayanides
2020-10-05 13:17:44 +02:00
parent 922f28c200
commit d6e5803252
3 changed files with 87 additions and 1 deletions

View File

@ -0,0 +1,10 @@
# run-shellcheck
test_audit() {
describe Running on blank host
register_test retvalshouldbe 0
dismiss_count_for_test
# shellcheck disable=2154
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests
}