Hacker News new | ask | show | jobs
by cruelfate 4066 days ago
Learned a couple of things from linked research paper like always mount /tmp and /var/tmp as noexec, and some `dig` fu.
1 comments

noexec can break a lot of things so please be mindful
Ya, was wondering about package install scripts.
You can remount those dirs without noexec when you need to do a legitimate install.