-
Notifications
You must be signed in to change notification settings - Fork 900
Description
Feature Request
Description
I'd like to see a feature that allows you to use doas instead of sudo since sudo is a very big project and therefore a more common attack surface.
Use Case
sudo had its bugs and exploits in the past and doas is a way simpler program which still does what most people use sudo for. I don't know if you use elevated privileges in any of your custom scripts (besides the install script) so I don't know if I can uninstall sudo after running the install script.
Proposed Solution
I'd like to see either an autodetection during the install script or an option to select the program of your choice.
Alternatives
I guess the alternatives are to use sudo but some people just prefer doas
Additional Information
If by any chance you don't know what doas is: It does basically the same as what most people use sudo for. It has a lot less features than sudo but most of them aren't used by the majority of users anyway. Here's the archwiki if that helps: https://wiki.archlinux.org/title/Doas