Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Red Hat Enterprise Linux 8
Services
NFS and RPC
Configure NFS Servers
Use Root-Squashing on All Exports
Use Root-Squashing on All Exports
An XCCDF Rule
Details
Profiles
Prose
Use Root-Squashing on All Exports
Unknown Severity
If a filesystem is exported using root squashing, requests from root on the client are considered to be unprivileged (mapped to a user such as nobody). This provides some mild protection against remote abuse of an NFS server. Root squashing is enabled by default, and should not be disabled.
Ensure that no line in
/etc/exports
contains the option
no_root_squash
.