Rahmat S. Masror

MSCS, BBA, DIT, MCSE, CCNA, COM TIA+, 3CX Engineer

IT Expert

Freelancer

IT Consultant

Server/Database Expert

3CX Advanced Certified Engineer

Rahmat S. Masror

MSCS, BBA, DIT, MCSE, CCNA, COM TIA+, 3CX Engineer

IT Expert

Freelancer

IT Consultant

Server/Database Expert

3CX Advanced Certified Engineer

Blog Post

/dev/shm is not mounted with the noexec,nosuid?

September 25, 2014 SERVER CMD

Getting the error in ConfigServer Firewall?

/dev/shm is not mounted with the noexec,nosuid options (currently: none). You should modify the mountpoint in /etc/fstab for /dev/shm with those options and remount.

Simply follow the following:

Use the command: nano /etc/fstab

Replace this line: tmpfs /dev/shm tmpfs defaults 0 0

With this one: tmpfs /dev/shm tmpfs defaults,noexec,nosuid 0 0

Then Remount: mount -o remount /dev/shm

If you need support just contact our team who will be happy to help.

Write a comment