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

Local initialization files must not have extended ACLs.

DISA Rule

SV-226555r603265_rule

Vulnerability Number

V-226555

Group Title

SRG-OS-000480

Rule Version

GEN001890

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove the extended ACL from the file.
# chmod A- [local initialization file with extended ACL]

Check Contents

Check user home directories for local initialization files with extended ACLs.
# cut -d : -f 6 /etc/passwd | xargs -n1 -IDIR ls -alL DIR/.login DIR/.cshrc DIR/.logout DIR/.profile DIR/.bash_profile DIR/.bashrc DIR/.bash_logout DIR/.env DIR/.dtprofile DIR/.dispatch DIR/.emacs DIR/.exrc

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

Vulnerability Number

V-226555

Documentable

False

Rule Version

GEN001890

Severity Override Guidance

Check user home directories for local initialization files with extended ACLs.
# cut -d : -f 6 /etc/passwd | xargs -n1 -IDIR ls -alL DIR/.login DIR/.cshrc DIR/.logout DIR/.profile DIR/.bash_profile DIR/.bashrc DIR/.bash_logout DIR/.env DIR/.dtprofile DIR/.dispatch DIR/.emacs DIR/.exrc

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

Check Content Reference

M

Target Key

4060

Comments