logoalt Hacker News

mock-possumyesterday at 3:01 AM1 replyview on HN

Because uh every OS on earth has the exact same vulnerabilities? How are you supposed to stop a user from downloading something random from the internet and running it?


Replies

Joel_Mckayyesterday at 3:36 AM

Some posix like systems mount /home with noexec in fstab.

Practically, most systems leave it off because many out-of-band user space script language package ecosystems stop working. =3

There are also adaptive application firewalls that are user friendly.

https://github.com/evilsocket/opensnitch

show 1 reply