a dude that likes gaming and tech (especially Linux) aro/ace

  • 2 Posts
  • 38 Comments
Joined 8 months ago
cake
Cake day: November 6th, 2023

help-circle















  • 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