Linked by Thom Holwerda on Fri 20th Mar 2009 13:51 UTC, submitted by google_ninja
Thread beginning with comment 354155
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Operating System Security
by sakeniwefu on Sat 21st Mar 2009 01:45
in reply to "RE[2]: Operating System Security"
The BSD's, and OpenBSD in particular, have had very few remotely exploitable bugs in a default install.
OpenBSD has a lot of measures no other OS uses or has started to use only recently(eg. ASLR in Win and Linux) which make the very few bugs very difficult(as in almost impossible) to exploit.
As the interviewee makes clear, it is this sort of thing, ASLR, sandboxes, stack canaries, etc. that make an attacker's life difficult.
*BSD and MacOS X have been disregarding those features because they negatively affect performance, and now they are reaping the fruits of shame.
Bugs might be a lot or a handful, but if you do nothing to keep the attackers' from playing around with your unpatched bugs, the game is over for you.




Member since:
2005-07-06
The BSD's, and OpenBSD in particular, have had very few remotely exploitable bugs in a default install. IIRC, OpenBSD has only had two in over ten years now.