STIGQter STIGQter: STIG Summary: Solaris 10 X86 Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

User's home directories must not have extended ACLs.

DISA Rule

SV-227657r603266_rule

Vulnerability Number

V-227657

Group Title

SRG-OS-000480

Rule Version

GEN001490

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Remove the extended ACL from the file.
# chmod A- [user home directory with extended ACL]

Check Contents

Verify user's home directories have no extended ACLs.

# cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld

If the permissions include a "+", the file has an extended ACL, this is a finding.

Vulnerability Number

V-227657

Documentable

False

Rule Version

GEN001490

Severity Override Guidance

Verify user's home directories have no extended ACLs.

# cut -d : -f 6 /etc/passwd | xargs -n1 ls -ld

If the permissions include a "+", the file has an extended ACL, this is a finding.

Check Content Reference

M

Target Key

4061

Comments