• JustinA
    link
    fedilink
    arrow-up
    4
    ·
    10 hours ago

    Not part of uutils but I’ve been using sudo-rs on all of my NixOS systems for over a year, and it’s been great.

      • JustinA
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        9 hours ago

        Not much, just says sudo-rs instead of sudo, and it’s memory safe. I think there might be some missing features for really advanced multi-tenant setups, but for single user machines, it’s the perfect successor to sudo.

        nixos also supports giving the sudo binary a setuid flag that only allows members of the wheel group to use sudo, preventing any privilege escalation attacks from your services/servers.