3.2 Ensure that docker.service file permissions are appropriately set

Information

You should verify that the docker.service file permissions are either set to 644 or to a more restrictive value.

The docker.service file contains sensitive parameters that may alter the behavior of the Docker daemon. It should therefore not be writable by any other user other than root in order to ensure that it can not be modified by less privileged users.

Solution

Step 1 : Find out the file location:

systemctl show -p FragmentPath docker.service

Step 2 : If the file does not exist, this recommendation is not applicable. If the file exists, execute the command below including the correct file path to set the file permissions to 644

For example,

chmod 644 /usr/lib/systemd/system/docker.service

Impact:

None.

See Also

https://workbench.cisecurity.org/benchmarks/16041

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: Unix

Control ID: e10023913c114e26903730b3a7781684c3bf93d9a50ea252036ab118dadb927a