• NekkoDroid@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 months ago

    doas 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.

    • d3Xt3r@lemmy.nzM
      link
      fedilink
      arrow-up
      5
      ·
      2 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).