Y
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
feld
4066 days ago
noexec can break a lot of things so please be mindful
link
cruelfate
4066 days ago
Ya, was wondering about package install scripts.
link
kjs3
4066 days ago
You can remount those dirs without noexec when you need to do a legitimate install.
link