diff options
author | ng0 <ng0@pkgsrc.org> | 2019-08-23 23:00:50 +0000 |
---|---|---|
committer | ng0 <ng0@pkgsrc.org> | 2019-08-23 23:00:50 +0000 |
commit | 2dac5dbece05ced45fee8d54851e59deea7708c3 (patch) | |
tree | bb2348d7a418c8278744496efdf752a32ec8a89e /security/doas/DESCR | |
parent | 4cdc26d8ae66199a58ea95bfe177f1ca9aa2683e (diff) | |
download | pkgsrc-2dac5dbece05ced45fee8d54851e59deea7708c3.tar.gz |
security/doas: Add version 6.1 (from wip)
doas is a port of OpenBSD's doas which runs on FreeBSD, Linux and
NetBSD.
The doas utility is a program originally written for OpenBSD which
allows a user to run a command as though they were another
user. Typically doas is used to allow non-privleged users to run
commands as though they were the root user. The doas program acts as
an alternative to sudo, which is a popular method in the Linux
community for granting admin access to specific users.
The doas program 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.
Diffstat (limited to 'security/doas/DESCR')
-rw-r--r-- | security/doas/DESCR | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/doas/DESCR b/security/doas/DESCR new file mode 100644 index 00000000000..05991147bc4 --- /dev/null +++ b/security/doas/DESCR @@ -0,0 +1,14 @@ +doas is a port of OpenBSD's doas which runs on FreeBSD, Linux and +NetBSD. + +The doas utility is a program originally written for OpenBSD which +allows a user to run a command as though they were another +user. Typically doas is used to allow non-privleged users to run +commands as though they were the root user. The doas program acts as +an alternative to sudo, which is a popular method in the Linux +community for granting admin access to specific users. + +The doas program 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. |