1.1.2.2.2 Ensure nodev option set on /dev/shm partition

Information

The nodev mount option specifies that the filesystem cannot contain special devices.

Since the /dev/shm filesystem is not intended to support devices, set this option to ensure that users cannot attempt to create special devices in /dev/shm partitions.

Solution

- IF - a separate partition exists for /dev/shm.

Edit the /etc/fstab file and add nodev to the fourth field (mounting options) for the /dev/shm partition. See the fstab(5) manual page for more information.

Example:

tmpfs /dev/shm tmpfs defaults,rw,nosuid,nodev,noexec,relatime 0 0

Run the following command to remount /dev/shm with the configured options:

# mount -o remount /dev/shm

Note: It is recommended to use tmpfs as the device/filesystem type as /dev/shm is used as shared memory space by applications.

See Also

https://workbench.cisecurity.org/benchmarks/24330

Item Details

Category: CONFIGURATION MANAGEMENT

References: 800-53|CM-7(2), CCI|CCI-001764, CSCv7|14.6, Rule-ID|SV-230508r958804_rule, Rule-ID|SV-257863r958804_rule, Rule-ID|SV-269314r1050196_rule, STIG-ID|ALMA-09-026530, STIG-ID|RHEL-08-040120, STIG-ID|RHEL-09-231110

Plugin: Unix

Control ID: db089d175a4c1ce188d92fa46f01c3f29e1762f2b6a291d76a6a3973b9ea724a