SV-235861r627710_rule
V-235861
SRG-APP-000516
DKER-EE-005270
CAT I
10
chown root:root <path to Docker server certificate file>
This sets the ownership and group-ownership for the Docker server certificate file to root.
Ensure that Docker server certificate file ownership is set to root:root.
Execute the below command to verify that the Docker server certificate file is owned and group-owned by root:
stat -c %U:%G <path to Docker server certificate file>
If the command does not return root:root, this is a finding.
V-235861
False
DKER-EE-005270
Ensure that Docker server certificate file ownership is set to root:root.
Execute the below command to verify that the Docker server certificate file is owned and group-owned by root:
stat -c %U:%G <path to Docker server certificate file>
If the command does not return root:root, this is a finding.
M
5281