Why OpenBSD Rocks
why-openbsd.rocks
Why OpenBSD Rocks
1–10 of 107 posts
Re: Why OpenBSD Rocks
#2Signify sounds great. It has been ported to Linux: https://github.com/Blitznote/signify
Re: Why OpenBSD Rocks
#3> Think of the following: You download a random file from the internet and analyze it using file. If file has a security hole (local code execution for example), he can run attacks with his prepared file. Thats why the file utility is sandboxed and chrooted by default.
Isn't that exactly the sort of case where file(1) would open(2) the downloaded file and its own database, and then proceed to drop all other access privileges before doing any of the parsing of the untrusted file?
Re: Why OpenBSD Rocks
#4Support for other file systems, which is a part of life for me, was pretty lacking; for me, ext4 write support and fat32 read/write isn't essential but would have been enough to stop me from moving back to GNU/Linux.
In the end, it looks like a great system but it just didn't fit my needs, just as, for instance, NixOS (and Guix) didn't fit my needs when I wanted a custom XKB layout.
Re: Why OpenBSD Rocks
#5If you’re using it on a laptop, just make sure to use an older, less ultrabook-like machine and you’ll be good.
Re: Why OpenBSD Rocks
#6It sounds nice, but can someone explain if there are any downsides?
Re: Why OpenBSD Rocks
#7Many of the items on this list seem to be some variation of "random place in memory so attackers can't guess" It sounds nice, but can someone explain if there are any downsides?
Re: Why OpenBSD Rocks
#8Why does file(1)[1] need its own chroot sandbox instead of using the pledge(2)[2] facility. They say: > Think of the following: You download a random file from the internet and analyze it using file. If file has a security hole (local code execution for example), he can run attacks with his prepared file. Thats why the file utility is sandboxed and chrooted by default. Isn't that exactly the sort of case where file(1…
It does use pledge(2) these days, those references are to how file(1) was sandboxed before. Why the author has linked to that I don't know.
Re: Why OpenBSD Rocks
#9Re: Why OpenBSD Rocks
#10What about desktop hardware support? Does it have working drivers for different WiFi chipsets, video cards, trackpad, etc. (referring only to x86 based systems)?