petsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 年前Systemd Looks to Replace sudo with run0news.itsfoss.comexternal-linkmessage-square143linkfedilinkarrow-up1237arrow-down111
arrow-up1226arrow-down1external-linkSystemd Looks to Replace sudo with run0news.itsfoss.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 1 年前message-square143linkfedilink
minus-squarelemmyvore@feddit.nllinkfedilinkEnglisharrow-up48arrow-down1·1 年前 sudo is a setuid binary, but it’s a fairly simple program Sudo is actually fairly huge and complex. Alternatives like really or doas or su are absolutely tiny by comparison.
minus-squareTechNom (nobody)@programming.devlinkfedilinkEnglisharrow-up1·1 年前The OP can make the same argument after replacing sudo with doas or su.
Sudo is actually fairly huge and complex. Alternatives like
really
ordoas
orsu
are absolutely tiny by comparison.The OP can make the same argument after replacing sudo with doas or su.