this post was submitted on 03 May 2024
32 points (78.6% liked)

Linux

45530 readers
1323 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 months ago (2 children)

Now that you've mentioned how complex they are, can you share a few alternatives, apart from run0?

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago) (1 children)

doas is relativly simple (a few hundred LOC), especially compared to sudo. The main benefit of run0 over doas is that it isn't a SUID binary, they are similary complex.

[–] [email protected] 5 points 2 months ago

doas is relativly simple (a few hundred LOC)

Actually it's close to 2k lines of code (1,946 to be exact). But yes, it's certainly a lot simpler than sudo (132k).

[–] [email protected] 1 points 2 months ago

I use rdo and ssu, each with a bit over 100 loc C code. Though they both have their own strong and weak points, i'm sure there are other similiar tools around.