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

All public directories must be owned by root or an application account.

DISA Rule

SV-226585r603265_rule

Vulnerability Number

V-226585

Group Title

SRG-OS-000312

Rule Version

GEN002520

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the owner of public directories to root or an application account.

Procedure:
# chown root /tmp

(Replace root with an application user and/or /tmp with another public directory as necessary.)

Check Contents

Check the ownership of all public directories.

Procedure:
# find / -type d -perm -1002 -exec ls -ld {} \;

If any public directory is not owned by root or an application user, this is a finding.

Vulnerability Number

V-226585

Documentable

False

Rule Version

GEN002520

Severity Override Guidance

Check the ownership of all public directories.

Procedure:
# find / -type d -perm -1002 -exec ls -ld {} \;

If any public directory is not owned by root or an application user, this is a finding.

Check Content Reference

M

Target Key

4060

Comments