1. Home
  2. Security Hardening
  3. CIS Docker 1.6 V1.0.0 L1 Docker
  4. Verify that /etc/docker directory permissions are set to 755 or more restrictive

Verify that /etc/docker directory permissions are set to 755 or more restrictive

Details

Verify that the /etc/docker directory permissions are correctly set to ‘755’ or more

restrictive.

‘/etc/docker’ directory contains certificates and keys in addition to various sensitive files.

Hence, it should only be writable by ‘root’ to maintain the integrity of the directory.

Solution

#> chmod 755 /etc/docker
This would set the permissions for the directory to ‘755’.

Impact-None.

Default Value-By default, the permissions for this directory are correctly set to ‘755’.

Supportive Information

The following resource is also helpful.

This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles