UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Remote file systems must be mounted with the "nodev" option.


Overview

Finding ID Version Rule ID IA Controls Severity
RHEL-06-000269 RHEL-06-000269 RHEL-06-000269_rule Medium
Description
Legitimate device files should only exist in the /dev directory. NFS mounts should not present device files to users.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2013-02-05

Details

Check Text ( C-RHEL-06-000269_chk )
To verify the "nodev" option is configured for all NFS mounts, run the following command:

$ mount | grep nfs

All NFS mounts should show the "nodev" setting in parentheses.
If the setting does not show, this is a finding.
Fix Text (F-RHEL-06-000269_fix)
Add the "nodev" option to the fourth column of "/etc/fstab" for the line which controls mounting of any NFS mounts.