STIGQter STIGQter: STIG Summary: Oracle Linux 8 Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

OL 8 must mount "/var/tmp" with the "nodev" option.

DISA Rule

SV-248856r958804_rule

Vulnerability Number

V-248856

Group Title

SRG-OS-000368-GPOS-00154

Rule Version

OL08-00-040132

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system so that /var/tmp is mounted with the "nodev" option by adding /modifying the /etc/fstab with the following line:

/dev/mapper/ol-var_tmp /var/tmp xfs defaults,nodev,nosuid,noexec 0 0

Check Contents

Verify "/var/tmp" is mounted with the "nodev" option:

$ sudo mount | grep /var/tmp

/dev/mapper/ol-var_tmp on /var/tmp type xfs (rw,nodev,nosuid,noexec,seclabel)

Verify that the "nodev" option is configured for /var/tmp:

$ sudo cat /etc/fstab | grep /var/tmp

/dev/mapper/ol-var_tmp /var/tmp xfs defaults,nodev,nosuid,noexec 0 0

If results are returned and the "nodev" option is missing, or if /var/tmp is mounted without the "nodev" option, this is a finding.

Vulnerability Number

V-248856

Documentable

False

Rule Version

OL08-00-040132

Severity Override Guidance

Verify "/var/tmp" is mounted with the "nodev" option:

$ sudo mount | grep /var/tmp

/dev/mapper/ol-var_tmp on /var/tmp type xfs (rw,nodev,nosuid,noexec,seclabel)

Verify that the "nodev" option is configured for /var/tmp:

$ sudo cat /etc/fstab | grep /var/tmp

/dev/mapper/ol-var_tmp /var/tmp xfs defaults,nodev,nosuid,noexec 0 0

If results are returned and the "nodev" option is missing, or if /var/tmp is mounted without the "nodev" option, this is a finding.

Check Content Reference

M

Target Key

5416