Update documentation

This commit is contained in:
Thibault Ayanides
2020-12-22 17:01:41 +01:00
parent 9cbc3f85a9
commit 936b84c0f2
38 changed files with 38 additions and 39 deletions

View File

@ -6,7 +6,7 @@
#
#
# 6.1.11 Ensure no unowned files or directories exist
# 6.1.11 Ensure no unowned files or directories exist (Scored)
#
set -e # One error, it's over
@ -15,7 +15,7 @@ set -u # One variable unset, it's over
# shellcheck disable=2034
HARDENING_LEVEL=2
# shellcheck disable=2034
DESCRIPTION="Ensure no unowned files or directories exist"
DESCRIPTION="Ensure no unowned files or directories exist."
USER='root'
EXCLUDED=''