SV-235858r627701_rule
V-235858
SRG-APP-000516
DKER-EE-005240
CAT II
10
Set the permissions for registry certificate files to 444.
Run the following command:
chmod 444 /etc/docker/certs.d/<registry-name>/*
Ensure that registry certificate file permissions are set to 444 or more restrictive.
Execute the below command to verify that the registry certificate files have permissions of 444 or more restrictive:
stat -c %a /etc/docker/certs.d/<registry-name>/*
If the permissions are not set to 444, this is a finding.
V-235858
False
DKER-EE-005240
Ensure that registry certificate file permissions are set to 444 or more restrictive.
Execute the below command to verify that the registry certificate files have permissions of 444 or more restrictive:
stat -c %a /etc/docker/certs.d/<registry-name>/*
If the permissions are not set to 444, this is a finding.
M
5281