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

DISA Rule

SV-235861r627710_rule

Vulnerability Number

V-235861

Group Title

SRG-APP-000516

Rule Version

DKER-EE-005270

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

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

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

Check Contents

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.

Vulnerability Number

V-235861

Documentable

False

Rule Version

DKER-EE-005270

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5281

Comments