mirror of
https://github.com/docker/docker-bench-security.git
synced 2024-11-01 08:31:44 +01:00
Fix typo in check_5_21
This commit is contained in:
parent
7e89ea067d
commit
a409e03d99
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ check_5_21() {
|
|||
fi
|
||||
|
||||
local id="5.21"
|
||||
local desc="Ensurethe default seccomp profile is not Disabled (Automated)"
|
||||
local desc="Ensure the default seccomp profile is not Disabled (Automated)"
|
||||
local remediation="By default, seccomp profiles are enabled. You do not need to do anything unless you want to modify and use a modified seccomp profile."
|
||||
local remediationImpact="With Docker 1.10 and greater, the default seccomp profile blocks syscalls, regardless of -- cap-add passed to the container."
|
||||
local check="$id - $desc"
|
||||
|
|
Loading…
Reference in a new issue