From 3fe3a25b4b50c4a176b68ade144f21d813b7d215 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:23:37 +0100 Subject: refactor(doas): widen setenv allowlist (PATH TERM PAGER) --- etc/doas.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2