UCF STIG Viewer Logo

Removable media, remote file systems, and any file system not containing approved device files must be mounted with the nodev option.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22368 GEN002430 SV-45190r1_rule Medium
Description
The "nodev" (or equivalent) mount option causes the system to not handle device files as system devices. This option must be used for mounting any file system not containing approved device files. Device files can provide direct access to system hardware and can compromise security if not protected.
STIG Date
SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide 2018-09-19

Details

Check Text ( C-42537r1_chk )
Check /etc/fstab and verify the "nodev" mount option is used on any filesystems mounted from removable media or network shares. If any filesystem mounted from removable media or network shares does not have this option, this is a finding.
Fix Text (F-38585r1_fix)
Edit /etc/fstab and add the "nodev" option to any filesystems mounted from removable media or network shares.