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

The /etc/zones directory, and its contents, must not be group- or world-writable.

DISA Rule

SV-227551r603266_rule

Vulnerability Number

V-227551

Group Title

SRG-OS-000480

Rule Version

GEN000000-SOL00580

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the mode of the file or directory.

# chmod 0644 <file>
For directories:
# chmod 0755 <directory>

Check Contents

Check the permissions of the files and directories.

# ls -lLdR /etc/zones

If the mode of a directory is more permissive than 0755, or the mode of a file more permissive than 0644, this is a finding.

If zones are not installed on the system, this is not a finding.

Vulnerability Number

V-227551

Documentable

False

Rule Version

GEN000000-SOL00580

Severity Override Guidance

Check the permissions of the files and directories.

# ls -lLdR /etc/zones

If the mode of a directory is more permissive than 0755, or the mode of a file more permissive than 0644, this is a finding.

If zones are not installed on the system, this is not a finding.

Check Content Reference

M

Target Key

4061

Comments