SV-235857r627698_rule
V-235857
SRG-APP-000516
DKER-EE-005230
CAT I
10
Set the ownership and group-ownership for the registry certificate files to root.
Run the following command:
chown root:root /etc/docker/certs.d/<registry-name>/*
Ensure that registry certificate file ownership is set to root:root.
Execute the below command to verify that the registry certificate files are owned and group-owned by root:
stat -c %U:%G /etc/docker/certs.d/*
If the certificate files are not owned by root, this is a finding.
V-235857
False
DKER-EE-005230
Ensure that registry certificate file ownership is set to root:root.
Execute the below command to verify that the registry certificate files are owned and group-owned by root:
stat -c %U:%G /etc/docker/certs.d/*
If the certificate files are not owned by root, this is a finding.
M
5281