mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
add host / as sensitive
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
e78f1b8045
commit
bd236b1ac0
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,8 @@ else
|
|||
|
||||
# List of sensitive directories to test for. Script uses new-lines as a separator.
|
||||
# Note the lack of identation. It needs it for the substring comparison.
|
||||
sensitive_dirs='/boot
|
||||
sensitive_dirs='/
|
||||
/boot
|
||||
/dev
|
||||
/etc
|
||||
/lib
|
||||
|
|
Loading…
Reference in a new issue