How to to mount /tmp and /var/tmp with noexec and nosuid :
mount -t tmpfs -o noexec,nosuid tmpfs /tmp/
mount -t tmpfs -o noexec,nosuid tmpfs /var/tmp/
See also :
How to to mount /tmp and /var/tmp with noexec and nosuid :
mount -t tmpfs -o noexec,nosuid tmpfs /tmp/
mount -t tmpfs -o noexec,nosuid tmpfs /var/tmp/
See also :
par
Étiquettes :
Laisser un commentaire
Vous devez vous connecter pour publier un commentaire.