STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

All TOSS 5 local interactive users must have a home directory assigned in the /etc/passwd file.

DISA Rule

SV-282725r1201593_rule

Vulnerability Number

V-282725

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

TOSS-05-000301

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Create and assign home directories to all local interactive users on TOSS 5 that currently do not have a home directory assigned.

Check Contents

Verify interactive users on the system have a home directory assigned using the following command:

$ sudo awk -F: '($3>=1000)&&($7 !~ /nologin/){print $1, $3, $6}' /etc/passwd

smithk:x:1000:1000:smithk:/home/smithk:/bin/bash
scsaustin:x:1001:1001:scsaustin:/home/scsaustin:/bin/bash
djohnson:x:1002:1002:djohnson:/home/djohnson:/bin/bash

Inspect the output and verify that all interactive users (normally users with a user identifier [UID] greater than 1000) have a home directory defined.

If users home directory is not defined, this is a finding.

Vulnerability Number

V-282725

Documentable

False

Rule Version

TOSS-05-000301

Severity Override Guidance

Verify interactive users on the system have a home directory assigned using the following command:

$ sudo awk -F: '($3>=1000)&&($7 !~ /nologin/){print $1, $3, $6}' /etc/passwd

smithk:x:1000:1000:smithk:/home/smithk:/bin/bash
scsaustin:x:1001:1001:scsaustin:/home/scsaustin:/bin/bash
djohnson:x:1002:1002:djohnson:/home/djohnson:/bin/bash

Inspect the output and verify that all interactive users (normally users with a user identifier [UID] greater than 1000) have a home directory defined.

If users home directory is not defined, this is a finding.

Check Content Reference

M

Target Key

5738