docker-bench-security/tests
Liron Levin b2093036df Fix CIS 5.8 - Reverse container port and reduce privileged port to 1024
-- According to CIS, 5.8 apply to priviliged port on the host not on the
container:
`processes are not allowed to use them for various security reasons.
Docker allows a
container port to be mapped to a privileged port.`
-- Also privileged port should be less than 1024 inclusive

Signed-off-by: liron-l <levinlir@gmail.com>
Signed-off-by: Liron Levin <liron@twistlock.com>
2015-06-21 07:25:24 +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 catch all -H, not only tcp:// 2015-06-15 23:04:02 +02:00
3_docker_daemon_configuration_files.sh Double quote to prevent globbing and word splitting. 2015-05-31 12:26:37 +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