User Tools

Site Tools


linux:linux-hardening:nosuid_nodev_noexec

Secure Server Build

Nosuid Nodev Noexec

These are just options that need to be added to FSTAB

for example

LABEL=/ / ext3 defaults 1 1
LABEL=/tmp /tmp ext3 defaults,nosuid,noexec,nodev 1 2
LABEL=/var/log/audit /var/log/audit ext3 defaults,nosuid,noexec,nodev 1 2
LABEL=/home /home ext3 defaults,nosuid,nodev 1 2
linux/linux-hardening/nosuid_nodev_noexec.txt · Last modified: by 127.0.0.1