For the Guys wich thinks sudo is bloated 18 August 2022, 13:02:18 and wanted to use opendoas, maybe already know that there exist opendoas-sudo in AUR for drop-in replacement (symlink doas to sudo) so you can type sudo (and programs wich use sudo) instead of doas (for convenience). But there was still a thing like visudo missing. So i forked vidoas (see links below) and changed it for Arch specifics. And created a drop-in replacement for it too.See:https://github.com/solisinvictum/vidoashttps://github.com/solisinvictum/vidoas-visudoAUR Links:https://aur.archlinux.org/packages/vidoas-visudohttps://aur.archlinux.org/packages/vidoasA maybe interesting Link regarding the Wiki:https://bbs.archlinux.org/viewtopic.php?pid=2052390#p2052390 1 Likes
Re: For the Guys wich thinks sudo is bloated Reply #1 – 18 August 2022, 14:16:08 You don't even need opendoas or any kind of third party program to install, just use su.I even wrote a wrapper script:Code: [Select]#!/bin/shsu root -c "$*"If you just want to run certain commands as root without putting in any password, my project https://github.com/Lancia-Greggori/priv might interest you.
Re: For the Guys wich thinks sudo is bloated Reply #2 – 18 August 2022, 14:43:03 There are many ways leading to Rome