f93bc3ba8f
The doas program allows users to run commands as another user (usually root). The doas program was written by the OpenBSD team to provide a lightweight, simplified (and more secure) alternative to the sudo command. Original upstream (OpenBSD) source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/doas/ FreeBSD version: https://github.com/slicer69/doas NOTE: I added the two patch files to workaround issues mentioned in the PR about hardcoding of /usr/local. PR: 210473 Submitted by: jsmith@resonatingmedia.com Modified by: jrm@ftfl.ca (see PR) and me (roberto)
6 lines
321 B
Text
6 lines
321 B
Text
This is the FreeBSD port of the OpenBSD "doas" command. The doas program
|
|
allows a regular user to run commands as another user (usually root). The
|
|
doas command is a simplified (hopefully more secure) version of the "sudo"
|
|
command and offers an easier to read/modify configuration.
|
|
|
|
WWW: https://github.com/slicer69/doas/
|