Why I Prefer To Use doas Over sudo
Written by: Donovan / Last updated: Jul 7, 2018One of my favorite tools straight out of the OpenBSD community: doas
.
Makes me wonder why anyone’s still using sudo
!
So simple to set up on FreeBSD:
pkg install doas
vim /usr/local/etc/doas.conf
I add:
permit nopass keepenv :wheel
Done. Make sure your user is a member of the :wheel
group obviously.