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

All NFS-exported system files and system directories must be owned by root.

DISA Rule

SV-227917r603266_rule

Vulnerability Number

V-227917

Group Title

SRG-OS-000480

Rule Version

GEN005800

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the ownership of exported file systems not owned by root.

Procedure:
# chown root <path>

Check Contents

Check for NFS exported file systems.

Procedure:
# exportfs -v
OR
# more /etc/dfs/sharetab

This will display all of the exported file systems. For each file system displayed, check the ownership.

Procedure:
# ls -lLa <exported file system path>

If the files and directories are not owned by root, this is a finding.

Vulnerability Number

V-227917

Documentable

False

Rule Version

GEN005800

Severity Override Guidance

Check for NFS exported file systems.

Procedure:
# exportfs -v
OR
# more /etc/dfs/sharetab

This will display all of the exported file systems. For each file system displayed, check the ownership.

Procedure:
# ls -lLa <exported file system path>

If the files and directories are not owned by root, this is a finding.

Check Content Reference

M

Target Key

4061

Comments