this post was submitted on 06 May 2025
68 points (98.6% liked)

Linux

54064 readers
840 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 6 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/29210689

Adopting sudo-rs By Default in Ubuntu 25.10

you are viewing a single comment's thread
view the rest of the comments
[–] MonkderVierte@lemmy.ml 1 points 4 days ago* (last edited 4 days ago) (2 children)

Wrong move. To make sudo more secure, you should instead ditch 90% of the features intended for server which nobody on desktop uses. 150 lines of C code is enough to provide sudo-like functionality on desktop, probably similiar in Rust.

[–] bunitor 8 points 3 days ago

except ubuntu isn't a desktop-only distro

you might also not be considering corporate workstation in an intranet

[–] zygo_histo_morpheus@programming.dev 3 points 3 days ago* (last edited 3 days ago)

They are open to drop some features apparently, but maybe not "90%"

The developers are taking a “less is more” approach. This means that some features of the original sudo may not be reimplemented if they serve only niche, or more recently considered “outdated” practices.