aboutsummaryrefslogtreecommitdiff
path: root/core/otools/files/doas.conf
blob: 7f84cea7cbef92e6b69f7e4bb7494327a63e29b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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