Ensure that the /etc/default/docker file ownership is set to root:root
Skills in this repository
CyberStrikeus/CyberStrike - Page 40
SkillsMP has collected 7,442 skills from CyberStrikeus/CyberStrike. Open a skill to review its source and details.
CyberStrikeus/CyberStrikeShowing 40 of 7,442 collected skills.
Ensure that docker.service file permissions are appropriately set
Ensure that the /etc/default/docker file permissions are set to 644 or more restrictively
Ensure that the /etc/sysconfig/docker file permissions are set to 644 or more restrictively
Ensure that the /etc/sysconfig/docker file ownership is set to root:root
Ensure that the Containerd socket file ownership is set to root:root
Ensure that the Containerd socket file permissions are set to 660 or more restrictively
Ensure that docker.socket file ownership is set to root:root
Ensure that docker.socket file permissions are set to 644 or more restrictive
Ensure that the /etc/docker directory ownership is set to root:root
Ensure that /etc/docker directory permissions are set to 755 or more restrictively
Ensure that registry certificate file ownership is set to root:root
Ensure that registry certificate file permissions are set to 444 or more restrictively
Ensure that TLS CA certificate file ownership is set to root:root
Ensure that a user for the container has been created
Ensure secrets are not stored in Dockerfiles
Ensure only verified packages are installed
Ensure all signed artifacts are validated
Ensure that containers use only trusted base images
Ensure that unnecessary packages are not installed in the container
Ensure images are scanned and rebuilt to include security patches
Ensure Content trust for Docker is Enabled
Ensure that HEALTHCHECK instructions have been added to container images
Ensure update instructions are not used alone in Dockerfiles
Ensure setuid and setgid permissions are removed
Ensure that COPY is used instead of ADD in Dockerfiles
Ensure swarm mode is not Enabled, if not needed
Ensure that the host's network namespace is not shared
Ensure that the memory usage for containers is limited
Ensure that CPU priority is set appropriately on containers
Ensure that the container's root filesystem is mounted as read only
Ensure that incoming container traffic is bound to a specific host interface
Ensure that the 'on-failure' container restart policy is set to '5'
Ensure that the host's process namespace is not shared
Ensure that the host's IPC namespace is not shared
Ensure that host devices are not directly exposed to containers
Ensure that the default ulimit is overwritten at runtime if needed
Ensure that, if applicable, an AppArmor Profile is enabled
Ensure mount propagation mode is not set to shared
Ensure that the host's UTS namespace is not shared