• @snaggen@programming.dev
    link
    fedilink
    English
    610 months ago

    If that works for you and you are happy with it, fine. But sudo-rs seems to have a bit of a different usecase since it is intended as a drop in replacement for sudo, hence it must be able to handle the sudoers file aso. It still removes some of the never-used obscure functionality that sudo had, so it is probably a lot smaller code base than original sudo.

    • @lysdexic@programming.dev
      link
      fedilink
      English
      2
      edit-2
      10 months ago

      But sudo-rs seems to have a bit of a different usecase since it is intended as a drop in replacement for sudo, hence it must be able to handle the sudoers file aso.

      Other than being yet another “standard tool X clone written in Rust” project, does it actually provide any tangible value?