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.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/otools/files/doas.conf b/core/otools/files/doas.conf
new file mode 100644
index 00000000..ee3871c9
--- /dev/null
+++ b/core/otools/files/doas.conf
@@ -0,0 +1,15 @@
+# /etc/doas.conf
+# See doas.conf(5) for details.
+
+
+# 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