config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit b302f6ee196f58a40c3b2b587fda6ee254234076
parent 5192d7650661261ced931f706303af26938cb8c2
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Tue,  2 Mar 2021 21:12:49 -0800

Add the keepenv doas.conf(5) option

I don't know if this is insecure or not but will be very convenient
since my environ(7) is very influential.

Diffstat:
Mglobal/doas/etc/doas.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/global/doas/etc/doas.conf b/global/doas/etc/doas.conf @@ -1,6 +1,6 @@ # doas.conf -permit jacob as root +permit keepenv jacob as root # allow nested calls -permit nopass root as root +permit keepenv nopass root as root