STIGQter STIGQter: STIG Summary: Solaris 11 SPARC Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

Duplicate group names must not exist.

DISA Rule

SV-216431r603868_rule

Vulnerability Number

V-216431

Group Title

SRG-OS-000480

Rule Version

SOL-11.1-070150

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

The root role is required.

Correct or justify any items discovered in the Check step. Determine if there are any duplicate group names, and work with their respective owners to determine the best course of action in accordance with site policy. Delete or change the group name of duplicate groups.

Check Contents

The root role is required.

Check for duplicate group names.

# getent group | cut -f1 -d":" | sort -n | uniq -d

If output is produced, this is a finding.

Vulnerability Number

V-216431

Documentable

False

Rule Version

SOL-11.1-070150

Severity Override Guidance

The root role is required.

Check for duplicate group names.

# getent group | cut -f1 -d":" | sort -n | uniq -d

If output is produced, this is a finding.

Check Content Reference

M

Target Key

4022

Comments