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

DISA Rule

SV-235869r627734_rule

Vulnerability Number

V-235869

Group Title

SRG-APP-000516

Rule Version

DKER-EE-005350

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Set the ownership and group-ownership for the file to root.

Run the following command:
chown root:root /etc/default/docker

Check Contents

This requirement applies to Ubuntu Linux systems only.

Ensure that /etc/default/docker file ownership is set to root:root.

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

stat -c %U:%G /etc/default/docker

If file ownership it not set to root:root, this is a finding.

Vulnerability Number

V-235869

Documentable

False

Rule Version

DKER-EE-005350

Severity Override Guidance

This requirement applies to Ubuntu Linux systems only.

Ensure that /etc/default/docker file ownership is set to root:root.

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

stat -c %U:%G /etc/default/docker

If file ownership it not set to root:root, this is a finding.

Check Content Reference

M

Target Key

5281

Comments