UCF STIG Viewer Logo

The NFS export configuration file must be owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227913 GEN005740 SV-227913r603266_rule Medium
Description
Failure to give ownership of the NFS export configuration file to root provides the designated owner and possible unauthorized users with the potential to change system configuration which could weaken the system's security posture.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-30075r490150_chk )
Check the ownership of the dfstab file.

Example:
# ls -lL /etc/dfs/dfstab

If the export configuration file is not owned by root, this is a finding.
Fix Text (F-30063r490151_fix)
Change the owner of the dfstab file to root.

Example:
# chown root /etc/dfs/dfstab