STIGQter STIGQter: STIG Summary: Docker Enterprise 2.x Linux/UNIX Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 23 Apr 2021:

Docker Enterprise registry certificate file ownership must be set to root:root.

DISA Rule

SV-235857r627698_rule

Vulnerability Number

V-235857

Group Title

SRG-APP-000516

Rule Version

DKER-EE-005230

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

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>/*

Check Contents

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.

Vulnerability Number

V-235857

Documentable

False

Rule Version

DKER-EE-005230

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5281

Comments