STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-935

CAT II (Medium)

The Network File System (NFS) server must not allow remote root access.

Rule ID

SV-46125r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000225

Discussion

If the NFS server allows root access to local file systems from remote hosts, this access could be used to compromise the system.

Check Content

List the exports.
# cat /etc/exports
If any export contains "no_root_squash" or does not contain "root_squash" or "all_squash", this is a finding.

Fix Text

Edit the "/etc/exports" file and add "root_squash" (or "all_squash") and remove "no_root_squash".