Replaced sudo with run0 and I'm very happy to have one less setuid binary to worry about.

#systemd #Linux

@brauner welcome to the club.

One thing to be mindful of - run0 lacks a config file to manage which variables are preserved. It can be easily handled via `alias foobar="run0 --setenv=foobar"`

@xexaxo which ones do you need preserved?