5 ms·
>I've used it on my laptop. Primarily because it has had few vulnerabilities and is very stable. The OpenBSD propaganda works I see... Do you really think the
by eugeneionesco 9y ago
>I've used it on my laptop. Primarily because it has had few vulnerabilities and is very stable.
The OpenBSD propaganda works I see...
Do you really think the tools you use like your web browser, mail client etc, have less vulnerabilities on OpenBSD than on any other BSD or linux distribution, please...
- alexiacob 9y agoThat's not the point. Of course that the software will have the same number of bugs/vulnerabilities on OpenBSD. The question is how much damage an exploit/crash will do overall. OpenBSD has quite a few of protection mechanisms in place.
- bjpbakker 9y agoActually "your web browser, mail client etc" do a lot of system calls to do networking et al, so yes, they do have less vulnerabilities than on Linux.
- eugeneionesco 9y agoI don't think you know where the vast majority(95%+ ) of browser vulnerabilities are...
- bmh_ca 9y ago> Do you really think the tools you use like your web browser, mail client etc, have less vulnerabilities on OpenBSD than on any other BSD or linux distribution, please... Yes. OpenBSD employs several mechanisms that improve the security of every application e.g. W^X and stack protector. See: https://www.openbsd.org/security.html https://www.openbsd.org/security.html
- eugeneionesco 9y agoAll of those are available on linux distributions, enabled by default. Not only that, they were developed on linux distributions and available on them way before obsd.
- throwaway2048 9y agoNo, they are not.
- eugeneionesco 9y agoStack protector was developed by Immunix, W^X was developed by Openwall, both for linux.
- bch 9y ago> Do you really think the tools you use like your web browser, mail client etc, have less vulnerabilities on OpenBSD... A reasonable question, but presumptuously and poorly framed, I think. Mitigation efforts like privilege separation[0] (for daemons), ASLR[1], SSP[2], and now KARL[3] are designed to make things systemically better. I'm personally a NetBSD person, and don't see that ending anytime soon, but I do appreciate the work that OpenBSD does and pay attention with interest. I expect some of their work to be ported to my environment directly, and other effects to be felt tangentially. People running different or "weird" environments is a good thing. [0] https://en.wikipedia.org/wiki/Privilege_separation https://en.wikipedia.org/wiki/Privilege_separation [1] https://en.wikipedia.org/wiki/Address_space_layout_randomization https://en.wikipedia.org/wiki/Address_space_layout_randomiza... [2] http://wiki.osdev.org/Stack_Smashing_Protector http://wiki.osdev.org/Stack_Smashing_Protector [3] http://undeadly.org/cgi?action=article&sid=20170613041706 http://undeadly.org/cgi?action=article&sid=20170613041706
- saghm 9y agoOT, but I've had trouble in the past when trying out NetBSD; I wanted to install it on my laptop with full disk encryption, but I clearly was missing something about how to do it properly, and I've never been able to find a good guide for it. Any chance you might know a blog post or something that details how to do this properly for a NetBSD newbie like me?
- bch 9y agoI've run it in the past, but not recently. I'll see if something appears to me and try to post it here for you. And good luck with your NetBSD journey, with or without FDE. I've thoroughly enjoyed my years with it as my primary OS.
- bch 9y agoI'd start here - https://www.netbsd.org/docs/guide/en/chap-cgd.html https://www.netbsd.org/docs/guide/en/chap-cgd.html and point your IRC client to #netbsd on irc.freenode.net.
- notaplumber 9y agoYes, browsers are a large attack surface. But I'd take a quick peek at the recent Security improvements section on this release page, and also OpenBSD's innovations page. https://www.openbsd.org/innovations.html https://www.openbsd.org/innovations.html OpenBSD was the second OS to enable W^X JIT on its firefox package, W^X being made mandatory system-wide, and in Theo de Raadt's most recent conference talk he mentions chromium being pledged. Both browsers are compiled as PIE by default. http://undeadly.org/cgi?action=article&sid=20151021191401 http://undeadly.org/cgi?action=article&sid=20151021191401