I'm not a fan of sudo. It's does so much it needs BNF to describe it's configuration format. Who knows, maybe replacing the configuration with polkit is a good idea. Still it's a stand alone binary with one clear job to do, simple enough that one person has no trouble getting their head around it so it's not surprising it hasn't had too many problems over it's long life time. This made me smile: > sudo has serious pr…
The article you linked seems to be in support that systemd is in fact simpler than sudo. Sudo, which only does privilege escalations, is only 1/3 the amount of code of the entirety of systemd. Systemd-run has been around for many years now, this is simply an expansion of capabilities of features already exposed.
Run0, a systemd based alternative to sudo, announced
551–560 of 902 posts
Re: Run0, a systemd based alternative to sudo, announced
#552I'm not a fan of sudo. It's does so much it needs BNF to describe it's configuration format. Who knows, maybe replacing the configuration with polkit is a good idea. Still it's a stand alone binary with one clear job to do, simple enough that one person has no trouble getting their head around it so it's not surprising it hasn't had too many problems over it's long life time. This made me smile: > sudo has serious pr…
Re: Run0, a systemd based alternative to sudo, announced
#553Earlier quoted context omitted.
Technically `sudo -u` can switch to any user on the system while only a limited few would be allowed as ssh targets. Even root might not be allowed as an ssh target if `PermitRootLogin` is set to `no`, which I do on all my systems.
> Even root might not be allowed as an ssh target if `PermitRootLogin` is set to `no`, which I do on all my systems. would something like PermitRootLogin=localhost punch an enormous hole in your intricate opsec?
There's so ways to configure access to a system, each with footguns I'm surely unaware of.
Re: Run0, a systemd based alternative to sudo, announced
#554Earlier quoted context omitted.
Gnome is great if you're willing to do things their way. I Like Gnome a lot actually.
Gnome's UI peaked at 2.32. Find out how the users operate and implement so users can work efficiently. Don't make changes just to make your mark or to make users work on the desktop like they see on a cell phone. That is so basic.
Re: Run0, a systemd based alternative to sudo, announced
#555Earlier quoted context omitted.
Gnome's UI peaked at 2.32. Find out how the users operate and implement so users can work efficiently. Don't make changes just to make your mark or to make users work on the desktop like they see on a cell phone. That is so basic.
I have no idea why Gnome keeps on insisting on breaking expectations. From the shell as a whole to the widgets and even the window titlebars they seem to insist on being different for the sake of being different.
Re: Run0, a systemd based alternative to sudo, announced
#556Just a side note: sudo is largely maintained by just one dude https://github.com/sudo-project/sudo/graphs/contributors
For three decades. I suspect he hasn't seen much money for the work, but hopefully I'm wrong.
For the past 30+ years I’ve been the maintainer of sudo. I’m currently in search of a sponsor to fund continued sudo maintenance and development. If you or your organization is interested in sponsoring sudo, please let me know.[0]
Re: Run0, a systemd based alternative to sudo, announced
#557I wonder what other existing programs Will Systemd attempt to replace in the future. My bet is /bin/sh, maybe they went further to replace the entire POSIX utilities.
filesystemd, replacing ext4/btrfs/etc. It will come with `filectl` for all your file operations, so you will no longer need `cd`, `pwd`, `touch`, `rm`, `mkdir`, `cat`, `grep`, `find`, etc. Instead you do everything through `filectl` commands. This will deprecate many commands from GNU coreutils, which is a good thing because replacing things is always good. Then, since programs are just files, and filesystem will be…
Re: Run0, a systemd based alternative to sudo, announced
#558Earlier quoted context omitted.
Use something else then? Linux won on Unix merits. Feels a bit disingenuous to use that against it, especially when including half the system libs has caused one major and highly publicized security issue already
> Use something else then? What a tiresome response, but here, I'm feeling in a loquacious mood, so I'll humor it. First, what else would I use? I don't just want a "well designed" operating system, I also NEED an open source, customizable one that is compatible with the vast majority of developer tools and build systems and toolchains — and that is, without a doubt, Linux. I don't have a better option from a practic…
- what matters is composability (ie programs, possibly running from different computers, being able to use each other's output)
- simplicity is required for composability. Thus the structure less file system and the "everything is a file" design concepts.
The same merits as HTTP in the realm of protocols.
The appeal for a stricter and more principled approach are understandable, and the road one end up favouring largely depends on one's early experience I believe.
I, for one, grew up in a world where I could use either a resilient Linux system that could run a treasure trove of programs written long ago for different machines, or a more modern and principled OS (windows) where a small glitch in some non essential video driver would frequently bring down the whole thing. I went for linux, it won maybe for its merits, maybe by chance, and now I'm concerned that a whole encompassing systemd will eventually bring us back where an unrelated glitch, or backdoor, in an unrelated non essential part will bring down the whole system.
Re: Run0, a systemd based alternative to sudo, announced
#559Just a side note: sudo is largely maintained by just one dude https://github.com/sudo-project/sudo/graphs/contributors
For three decades. I suspect he hasn't seen much money for the work, but hopefully I'm wrong.
From his website…
>I’m currently in search of a sponsor to fund continued sudo maintenance and development. If you or your organization is interested in sponsoring sudo, please let me know.
Re: Run0, a systemd based alternative to sudo, announced
#560Earlier quoted context omitted.
I have no idea why Gnome keeps on insisting on breaking expectations. From the shell as a whole to the widgets and even the window titlebars they seem to insist on being different for the sake of being different.
Because their choices are better, at least for some of us. Users who prefer the traditional desktop paradigm have a wealth of alternative DEs to choose from.
I suppose I should say I found Gnomes luridly chunky decorations and widgets to be personally offensive.