diff options
| -rw-r--r-- | etc/doas.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/doas.conf b/etc/doas.conf index 748a016..fad7c3c 100644 --- a/etc/doas.conf +++ b/etc/doas.conf @@ -1,3 +1,3 @@ -permit persist setenv { LANG LC_ALL EDITOR DIFFPROG } :wheel +permit persist setenv { PATH TERM LANG LC_ALL EDITOR DIFFPROG PAGER } :wheel permit nopass :wheel as root cmd /usr/bin/poweroff permit nopass :wheel as root cmd /usr/bin/reboot |
