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

The operating system must have no files with extended attributes.

DISA Rule

SV-216437r603267_rule

Vulnerability Number

V-216437

Group Title

SRG-OS-000480

Rule Version

SOL-11.1-070210

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

The root role is required.

Correct or justify any items discovered in the Check step. Determine the existence of any files having extended file attributes, and determine the best course of action in accordance with site policy.

Remove the files or the extended attributes.

Check Contents

The root role is required.

Identify all files with extended attributes.

# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -xattr -ls

If output is produced, this is a finding.

Vulnerability Number

V-216437

Documentable

False

Rule Version

SOL-11.1-070210

Severity Override Guidance

The root role is required.

Identify all files with extended attributes.

# find / \( -fstype nfs -o -fstype cachefs -o -fstype autofs \
-o -fstype ctfs -o -fstype mntfs -o -fstype objfs \
-o -fstype proc \) -prune -o -xattr -ls

If output is produced, this is a finding.

Check Content Reference

M

Target Key

4022

Comments