SV-230511r627750_rule
V-230511
SRG-OS-000368-GPOS-00154
RHEL-08-040123
CAT II
10
Configure the system so that /tmp is mounted with the "nodev" option by adding /modifying the /etc/fstab with the following line:
/dev/mapper/rhel-tmp /tmp xfs defaults,nodev,nosuid,noexec 0 0
Verify "/tmp" is mounted with the "nodev" option:
$ sudo mount | grep /tmp
/dev/mapper/rhel-tmp on /tmp type xfs (rw,nodev,nosuid,noexec,seclabel)
Verify that the "nodev" option is configured for /tmp:
$ sudo cat /etc/fstab | grep /tmp
/dev/mapper/rhel-tmp /tmp xfs defaults,nodev,nosuid,noexec 0 0
If results are returned and the "nodev" option is missing, or if /tmp is mounted without the "nodev" option, this is a finding.
V-230511
False
RHEL-08-040123
Verify "/tmp" is mounted with the "nodev" option:
$ sudo mount | grep /tmp
/dev/mapper/rhel-tmp on /tmp type xfs (rw,nodev,nosuid,noexec,seclabel)
Verify that the "nodev" option is configured for /tmp:
$ sudo cat /etc/fstab | grep /tmp
/dev/mapper/rhel-tmp /tmp xfs defaults,nodev,nosuid,noexec 0 0
If results are returned and the "nodev" option is missing, or if /tmp is mounted without the "nodev" option, this is a finding.
M
2921