v 6.3p12 Updated: 1 year, 3 months ago
a utility that lets a user run a command as another user
doas allows a user to run a command as though they were another user. Typically doas is used to allow non-privileged users to run commands as though they were the root user. doas offers two benefits over sudo: its configuration file has a simple syntax and it is smaller, requiring less effort to audit the code. This makes it harder for both admins and coders to make mistakes that potentially open security holes in the system.
https://github.com/slicer69/doas
To install doas, paste this into the macOS Terminal after installing MacPorts
sudo port install doas
| Installations | 3 |
| Requested Installations | 2 |