Ensure message of the day is configured properly – banner text Details The contents of the /etc/motd file are displayed to users after login and function as a message of the...
Ensure message of the day is configured properly – msrv Details The contents of the /etc/motd file are displayed to users after login and function as a message of the...
Ensure mounting of squashfs filesystems is disabled – lsmod Details The squashfs filesystem type is a compressed read-only Linux filesystem embedded in small footprint systems (similar to cramfs )....
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 )....
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 /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...
Ensure noexec option set on /dev/shm partition Details The noexec mount option specifies that the filesystem cannot contain executable binaries. Rationale: Setting this option on a file...
Ensure noexec option set on /tmp partition Details The noexec mount option specifies that the filesystem cannot contain executable binaries. Rationale: Since the /tmp filesystem is only...