Ensure mounting of jffs2 filesystems is disabled – modprobe Details The jffs2 (journaling flash filesystem 2) filesystem type is a log-structured filesystem used in flash memory devices. Rationale: Removing...
Ensure mounting of squashfs filesystems is disabled Details The squashfs filesystem type is a compressed read-only Linux filesystem embedded in small footprint systems (similar to cramfs). A...
Ensure mounting of squashfs filesystems is disabled – modprobe Details The squashfs filesystem type is a compressed read-only Linux filesystem embedded in small footprint systems (similar to cramfs). A...
Ensure mounting of udf filesystems is disabled Details The udf filesystem type is the universal disk format used to implement ISO/IEC 13346 and ECMA-167 specifications. This is...
Ensure mounting of udf filesystems is disabled – modprobe Details The udf filesystem type is the universal disk format used to implement ISO/IEC 13346 and ECMA-167 specifications. This is...
Ensure nodev option set on /dev/shm partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Rationale: Since the /dev/shm filesystem is not...
Ensure nodev option set on /home partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Rationale: Since the user partitions are not...
Ensure nodev option set on removable media partitions Details The nodev mount option specifies that the filesystem cannot contain special devices. Rationale: Removable media containing character and block...
Ensure nodev option set on /tmp partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Rationale: Since the /tmp filesystem is not...
Ensure nodev option set on /var/tmp partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Rationale: Since the /var/tmp filesystem is not...