Hacker News new | ask | show | jobs
by gbrown_ 2136 days ago
Yes which the linked piece covers but it also says OpenBSD does both KASLR and KARL.
2 comments

Yes the author is incorrect in their slides, OpenBSD has userland ASLR, it uses both PIE by default and also created static-PIE, which are self-relocating executables. There's also been a considerable effort to convert OpenBSD's already privsep daemons to the fork+exec model, most having been completed, expanding upon initial work done on sshd over 16 years ago.
Sorry, i bookmarked the link for later. I think you are right then.