• Blisterexe
    link
    fedilink
    arrow-up
    7
    ·
    2 months ago

    Basically the way sudo and doas work is that they turn your current session into a privileged one, then run the command, then put your session back the way it was, this can cause security issues. The way run0 works is that it just asks systemd to do it for you, removing those security risks.

    At least thats the way I understand it, im not an expert