lemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 6 months agosudon't – blog by Tony Finchdotat.atexternal-linkmessage-square16fedilinkarrow-up144arrow-down112
arrow-up132arrow-down1external-linksudon't – blog by Tony Finchdotat.atlemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 6 months agomessage-square16fedilink
minus-squareNekkoDroid@programming.devlinkfedilinkarrow-up5·edit-26 months agodoas is relativly simple (a few hundred LOC), especially compared to sudo. The main benefit of run0 over doas is that it isn’t a SUID binary, they are similary complex.
minus-squared3Xt3r@lemmy.nzMlinkfedilinkarrow-up5·6 months ago doas is relativly simple (a few hundred LOC) Actually it’s close to 2k lines of code (1,946 to be exact). But yes, it’s certainly a lot simpler than sudo (132k).
doas
is relativly simple (a few hundred LOC), especially compared tosudo
. The main benefit ofrun0
overdoas
is that it isn’t a SUID binary, they are similary complex.Actually it’s close to 2k lines of code (1,946 to be exact). But yes, it’s certainly a lot simpler than sudo (132k).