pro_grammer@programming.dev to Open Source@lemmy.ml · 6 months agosystemd Rolling Out "run0" As sudo Alternativewww.phoronix.comexternal-linkmessage-square29fedilinkarrow-up1137arrow-down14
arrow-up1133arrow-down1external-linksystemd Rolling Out "run0" As sudo Alternativewww.phoronix.compro_grammer@programming.dev to Open Source@lemmy.ml · 6 months agomessage-square29fedilink
minus-squareTobias Hunger@programming.devlinkfedilinkarrow-up16·edit-26 months agoIt gets rid of one more SUID binary. That’s always a win for security. Sudo probably is way more comfortable to use and has way more configurable, too – that usually does not help to make a tool secure either:-)
minus-squarekbotc@lemmy.worldlinkfedilinkEnglisharrow-up8arrow-down2·6 months agoWhile it may be true that getting rid of SUID binary is ideal, widening systemd’s security surface area is much more concerning to me than the sudo binary.
minus-squareNekkoDroid@programming.devlinkfedilinkarrow-up8·edit-26 months agoThis has already been possible, the patch modifying run.c to be able to do this is not even 400 lines long and was mostly just exposing its feature in a different way. (the entire patch was <1.5k lines, with most being docs, tests and a bit of plumbing for the colored terminal)
It gets rid of one more SUID binary. That’s always a win for security.
Sudo probably is way more comfortable to use and has way more configurable, too – that usually does not help to make a tool secure either:-)
While it may be true that getting rid of SUID binary is ideal, widening systemd’s security surface area is much more concerning to me than the sudo binary.
This has already been possible, the patch modifying
run.c
to be able to do this is not even 400 lines long and was mostly just exposing its feature in a different way. (the entire patch was <1.5k lines, with most being docs, tests and a bit of plumbing for the colored terminal)