mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-22 22:59:08 +00:00
Merge e309c7db9d
into 26912d9047
This commit is contained in:
commit
343aebea33
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fi
|
|||
|
||||
# 1.7
|
||||
check_1_7="1.7 - Only allow trusted users to control Docker daemon"
|
||||
docker_users=`cat /etc/group | grep docker`
|
||||
docker_users=`grep docker /etc/group`
|
||||
info "$check_1_7"
|
||||
for u in $docker_users; do
|
||||
info " * $u"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue