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

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

DISA Rule

SV-227712r603266_rule

Vulnerability Number

V-227712

Group Title

SRG-OS-000480

Rule Version

GEN002540

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the group ownership of the public directory.

Procedure:
# chgrp root /tmp

(Replace root with a different system group and/or /tmp with a different public directory as necessary.)

Check Contents

Check the group ownership of public directories.

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

If any public directory is not group-owned by root, sys, bin, or an application group (such as mail), this is a finding.

Vulnerability Number

V-227712

Documentable

False

Rule Version

GEN002540

Severity Override Guidance

Check the group ownership of public directories.

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

If any public directory is not group-owned by root, sys, bin, or an application group (such as mail), this is a finding.

Check Content Reference

M

Target Key

4061

Comments