Hacker News new | ask | show | jobs
by 2bitencryption 3617 days ago
does FreeBSD not have ASLR? I thought that was, like, standard among all modern popular OS's: Windows, OS X, Linux... right?
2 comments

Nope. There were some patches but it never made it in somehow.

I think it's worse there's no sandboxing. Ports just runs all kinds of code downloaded off the internet as root. Latest version does have the very beginnings of some in Capsicum but it's not like OS X where every daemon is syscall and FS sandboxed.

Nope no ASLR. They're working on it but not yet.