aboutsummaryrefslogtreecommitdiff
path: root/core/otools/files/doas.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/otools/files/doas.conf')
-rw-r--r--core/otools/files/doas.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/otools/files/doas.conf b/core/otools/files/doas.conf
new file mode 100644
index 00000000..7f84cea7
--- /dev/null
+++ b/core/otools/files/doas.conf
@@ -0,0 +1,17 @@
+# /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
+#
+# Same without asking password
+# permit nopass :wheel cmd env
+
+# In order to accept all commands
+# permit :wheel
+#
+# Same without asking password
+# permit nopass :wheel