From ed36468cf7f11d6eb8deffab1ecb7f83887d34aa Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Fri, 17 Nov 2017 14:36:49 -0800 Subject: [PATCH] ask to authenticate every time --- doas.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doas.conf diff --git a/doas.conf b/doas.conf new file mode 100644 index 0000000..790a63a --- /dev/null +++ b/doas.conf @@ -0,0 +1,2 @@ +#Permit wheel group temporary doas and ask for password every time +permit setenv { PKG_PATH ENV PS1 SSH_AUTH_SOCK } :wheel