(no title)
sherr | 2 days ago
"doas" [1] comes from OpenBSD and is a smaller (LOC) tool, easier to audit and keep secure (supposedly). Also available for Linux.
Also "run0" [2], another alternative that comes from the Linux/Systemd camp, using "polkit" and is similar to "systemd-run".
[1] https://man.openbsd.org/doas.1
[2] https://www.freedesktop.org/software/systemd/man/257/run0.ht...
NekkoDroid|2 days ago
It literally is `systemd-run`, just with slightly different defaults (multi-call binary). Unlike `sudo` and `doas` it inherits almost nothing from where it gets launched, which can be very unexpected if you simply treat it as a drop-in replacement for the 2.