OpenBSD's doas on Voidlinux Published 2020-03-20 on Anjan's Homepage OpenBSD’s doas is a minimal replacement for sudo. If you run a single user linux box, you can replace sudo with doas in order to have a simpler sudo configuration and usage experience. First, install doas using xbps-install. sudo xbps-install opendoas Doas rules have the following format: permit|deny [options] identity [as target] [cmd command [args ...]] I like adding the persist option to my rule so that if I enter my pa...