2019-02-14 18:10:46 +01:00
|
|
|
# run-shellcheck
|
|
|
|
test_audit() {
|
|
|
|
describe Running on blank host
|
2019-02-22 12:22:14 +01:00
|
|
|
register_test retvalshouldbe 1
|
2019-02-14 18:10:46 +01:00
|
|
|
dismiss_count_for_test
|
|
|
|
# shellcheck disable=2154
|
|
|
|
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
|
|
|
|
|
2019-02-22 12:22:14 +01:00
|
|
|
ln -s /dev/shm /run/shm
|
|
|
|
|
|
|
|
describe Partition symlink
|
|
|
|
register_test retvalshouldbe 1
|
|
|
|
register_test contain "[WARN] /run/shm actually is /dev/shm"
|
|
|
|
run resolved /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
|
|
|
|
|
2019-02-14 18:10:46 +01:00
|
|
|
# TODO fill comprehensive tests
|
|
|
|
}
|