It is argued that sudo has become a large (and bloated) program over the years. And as its code has grown, the probability and the reality of exploits being found has only increased.
This video back a year ago mentions one of the latest security vulnerabilities in sudo’s code. And it suggests the use of doas
command for assuming administrator privileges.
doas
is advertised as having 95% of sudo’s features yet having a much more minimal codebase (source: $ apt show doas
). So, would using doas
provide security benefits to QubesOS users? Could doas
be the default way of achieving admin priv’s in dom0 within QubesOS in the near future?