102
Is there an advantage of using doas over sudo
(thelemmy.club)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Sudo is 6 megabytes
Damn, that's like 4 floppies!
The concern is not storage space, but potential bugs leading to security issues. For OpenBSD this is very important, and so they made doas.
I understand the concern - but it's not warranted. LOC is a bad predictor of security. And fwiw /usr/bin/sudo on my system is only 227K.
The OpenBSD team does fantastic work. I'm assuming doas will be a good tool and probably more secure that sudo generally. But "size" isn't the best way to determine that. It's not even a good way.
Tedu (author of doas) wrote about it in 2015:
"There were some concerns that sudo was too big, running too much code in a privileged process. And there was also pressure to enable even more options, because the feature set shipped in base wasn’t big enough. (As shipped in OpenBSD, the compiled sudo was already five times larger than just about any other setuid program.)"
https://flak.tedunangst.com/post/doas