Ensure mounting of udf filesystems is disabled (lsmod) 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 /home partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Since the user partitions are not intended...
Ensure nodev option set on removable media partitions Details The nodev mount option specifies that the filesystem cannot contain special devices. Removable media containing character and block special...
Ensure nodev option set on /run/shm partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Since the /run/shm filesystem is not intended...
Ensure nodev option set on /tmp partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Since the /tmp filesystem is not intended...
Ensure nodev option set on /var/tmp partition Details The nodev mount option specifies that the filesystem cannot contain special devices. Since the /var/tmp filesystem is not intended...
Ensure noexec option set on removable media partitions Details The noexec mount option specifies that the filesystem cannot contain executable binaries. Setting this option on a file system...
Ensure noexec option set on /run/shm partition Details The noexec mount option specifies that the filesystem cannot contain executable binaries. Setting this option on a file system...
Ensure noexec option set on /var/tmp partition Details The noexec mount option specifies that the filesystem cannot contain executable binaries. Since the /var/tmp filesystem is only intended...