docker-bench-security/tests
Liron Levin 09cf68d8e8 Some Docker daemon configuration vulnerabilities (secion 2) does not work in ubuntu
Apparently in ubuntu pgrep -lf docker does not return the docker process
input parameter.
Thus, all the test that validate command line parameter (e.g., tls
setup, ulimits) does not work.
After replacing pgrep with ps ax all checks are working correctly.

Tested on:
Kernetl version: 3.16.0-37-generic
Ubuntu version: 14.04.1-Ubuntu

Signed-off-by: liron-l <levinlir@gmail.com>
2015-06-22 16:55:19 +03:00
..
1_host_configuration.sh Issue #25, dont warn if file is missing 2015-06-11 02:17:14 +02:00
2_docker_daemon_configuration.sh Some Docker daemon configuration vulnerabilities (secion 2) does not work in ubuntu 2015-06-22 16:55:19 +03:00
3_docker_daemon_configuration_files.sh crt dir and permissions 2015-06-18 00:32:20 +02:00
4_container_images.sh Double quote to prevent globbing and word splitting. 2015-05-31 12:26:37 +02:00
5_container_runtime.sh Fix CIS 5.8 - Reverse container port and reduce privileged port to 1024 2015-06-21 07:25:24 +03:00
6_docker_security_operations.sh Make the main script an executable for if I want to run it on my host 2015-06-09 00:10:44 -07:00