diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-14 17:05:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-14 17:05:27 +0300 |
commit | ce55918e117384b853d4b5fe5d7982a4f1ae6cab (patch) | |
tree | 8d4fe5638a9f0caa254c2140b22bb43b47a17d60 | |
parent | ac879561cb8a1c5cc9c840ba14bbe00d2ea774d9 (diff) | |
download | repository-ce55918e117384b853d4b5fe5d7982a4f1ae6cab.tar.gz |
otools: doas: permit root by default
-rw-r--r-- | core/otools/checksums | 2 | ||||
-rw-r--r-- | core/otools/files/doas.conf | 2 | ||||
-rw-r--r-- | core/otools/version | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/core/otools/checksums b/core/otools/checksums index 4fbc172f..202e6510 100644 --- a/core/otools/checksums +++ b/core/otools/checksums @@ -1,2 +1,2 @@ 2edbe20c98e50f47cf989cb137c00a25e513fc7fe9453154237b4a6de6ed9f8f otools-1.4.2.tar.gz -00d817a45f17e74d3e2b85b47780b23ef4a964258fbd6c3fbbb03f974848fcd0 doas.conf +4db8d2b7b45320c4768674b37bad917ac9e470c80512cf5a15cdfdd463c6b5a4 doas.conf diff --git a/core/otools/files/doas.conf b/core/otools/files/doas.conf index ee3871c9..7f84cea7 100644 --- a/core/otools/files/doas.conf +++ b/core/otools/files/doas.conf @@ -1,6 +1,8 @@ # /etc/doas.conf # See doas.conf(5) for details. +# Allow root to do anything by default +permit nopass root # This is required if you want to use cpt with 'doas' # permit :wheel cmd env diff --git a/core/otools/version b/core/otools/version index c87d2007..9e1d23b0 100644 --- a/core/otools/version +++ b/core/otools/version @@ -1 +1 @@ -1.4.2 2 +1.4.2 3 |