STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 8 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 23 Apr 2021:

RHEL 8 must prevent special devices on non-root local partitions.

DISA Rule

SV-230301r627750_rule

Vulnerability Number

V-230301

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

RHEL-08-010580

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the "/etc/fstab" to use the "nodev" option on all non-root local partitions.

Check Contents

Verify all non-root local partitions are mounted with the "nodev" option with the following command:

$ sudo mount | grep '^/dev\S* on /\S' | grep --invert-match 'nodev'

If any output is produced, this is a finding.

Vulnerability Number

V-230301

Documentable

False

Rule Version

RHEL-08-010580

Severity Override Guidance

Verify all non-root local partitions are mounted with the "nodev" option with the following command:

$ sudo mount | grep '^/dev\S* on /\S' | grep --invert-match 'nodev'

If any output is produced, this is a finding.

Check Content Reference

M

Target Key

2921

Comments