aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/doas.conf
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:37 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:37 +0100
commit3fe3a25b4b50c4a176b68ade144f21d813b7d215 (patch)
tree54238ea1c07a52fbbf2a041fd700dc0b2c20fe86 /etc/doas.conf
parent315795aa3e3fc16d32a050bc9e1297c69f419581 (diff)
downloaddotfiles-3fe3a25b4b50c4a176b68ade144f21d813b7d215.tar.gz
dotfiles-3fe3a25b4b50c4a176b68ade144f21d813b7d215.tar.bz2
dotfiles-3fe3a25b4b50c4a176b68ade144f21d813b7d215.zip
refactor(doas): widen setenv allowlist (PATH TERM PAGER)
Diffstat (limited to 'etc/doas.conf')
-rw-r--r--etc/doas.conf2
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