3.16 Ensure that the Docker socket file permissions are set to 660 or more restrictively

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

You should verify that the Docker socket file has permissions of 660 or are configured more restrictively.

Rationale:

Only root and the members of the docker group should be allowed to read and write to the default Docker Unix socket. The Docker socket file should therefore have permissions of 660 or more restrictive permissions.

Impact:

None.

Solution

You should execute the command below.

chmod 660 /var/run/docker.sock

This sets the file permissions of the Docker socket file to 660.

Default Value:

By default, the permissions for the Docker socket file is correctly set to 660.

See Also

https://workbench.cisecurity.org/files/3353