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 server certificate key file ownership must be set to root:root.

DISA Rule

SV-235863r627716_rule

Vulnerability Number

V-235863

Group Title

SRG-APP-000516

Rule Version

DKER-EE-005290

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

chown root:root <path to Docker server certificate key file>

This sets the ownership and group-ownership for the Docker server certificate key file to root.

Check Contents

Ensure that Docker server certificate key file ownership is set to root:root.

Execute the below command to verify that the Docker server certificate key file is owned and group-owned by root:

stat -c %U:%G <path to Docker server certificate key file>

If the certificate file is not owned by root:root, this is a finding.

Vulnerability Number

V-235863

Documentable

False

Rule Version

DKER-EE-005290

Severity Override Guidance

Ensure that Docker server certificate key file ownership is set to root:root.

Execute the below command to verify that the Docker server certificate key file is owned and group-owned by root:

stat -c %U:%G <path to Docker server certificate key file>

If the certificate file is not owned by root:root, this is a finding.

Check Content Reference

M

Target Key

5281

Comments