SV-235866r627725_rule
V-235866
SRG-APP-000516
DKER-EE-005320
CAT I
10
chmod 660 /var/run/docker.sock
This sets the file permissions of the Docker socket file to 660.
Ensure that Docker socket file permissions are set to 660 or more restrictive.
Execute the below command to verify that the Docker socket file has permissions of 660 or more restrictive:
stat -c %a /var/run/docker.sock
If the permissions are not set to 660, this is a finding.
V-235866
False
DKER-EE-005320
Ensure that Docker socket file permissions are set to 660 or more restrictive.
Execute the below command to verify that the Docker socket file has permissions of 660 or more restrictive:
stat -c %a /var/run/docker.sock
If the permissions are not set to 660, this is a finding.
M
5281