Run0, a systemd based alternative to sudo, announced
171–180 of 902 posts
Re: Run0, a systemd based alternative to sudo, announced
#172Earlier quoted context omitted.
Well, they're the only ones actually funding development of the ecosystem, aren't they? The rest just do a lot of opinoning and complaining and not that much of developing.
The implicit premise of this comment is that linux is broken and needs to be changed. It isn't. The changes are not inherently good. Development is not inherently good. Just look at Gtk3 from 2014 to 2024. It was far more functional in 2014 (re: keyboard input) and now that has been removed because "progress".
Re: Run0, a systemd based alternative to sudo, announced
#173Re: Run0, a systemd based alternative to sudo, announced
#174Earlier quoted context omitted.
I can see creating a system with zero setuid files, but I don't think this reduces PAM use, does it?
Not setuid generically, but `sudo` itself has a bunch of pam support/dependency.
Re: Run0, a systemd based alternative to sudo, announced
#175Overall, this seems great. However... > [...] by default it will tint your terminal background in a reddish tone while you are operating with elevated privileges ?!! ouch ... seems orthogonal to the actual important parts. Disclaimer: I didn't try it.
I tried it a bit ago (when it was still called uid0, pre-release), I also wasn't a fan of the tinting. I like the intent behind it, but some terminals already tint the header color when running sudo, I haven't tested if its done specifically for sudo or if its in a more generic way that could handle this as well.
From the linked mastodon thread:
> For example, by default it will tint your terminal background in a reddish tone while you are operating with elevated privileges. That is supposed to act as a friendly reminder that you haven't given up the privileges yet, and marks the output of all commands that ran with privileges appropriately. (If you don't like this, you can easily turn it off via the --background= switch).
(emphasis mine)
Re: Run0, a systemd based alternative to sudo, announced
#176This will be great. We can finally deprecate sudo on systemd systems. Then we should be able to deprecate PAM, setuid bit, etc.
Re: Run0, a systemd based alternative to sudo, announced
#177Earlier quoted context omitted.
Well, they're the only ones actually funding development of the ecosystem, aren't they? The rest just do a lot of opinoning and complaining and not that much of developing.
The implicit premise of this comment is that linux is broken and needs to be changed. It isn't. The changes are not inherently good. Development is not inherently good. Just look at Gtk3 from 2014 to 2024. It was far more functional in 2014 (re: keyboard input) and now that has been removed because "progress".
Re: Run0, a systemd based alternative to sudo, announced
#178e.g when you need to restrict a set of users to run only certain applications with certain other users. sudo can do this (even if the config format can be painful).
Re: Run0, a systemd based alternative to sudo, announced
#179Re: Run0, a systemd based alternative to sudo, announced
#180Perhaps the nomenclature should be updated from GNU/Linux to GNU/systemd/Linux.