CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/06/04 18:46:34
Modified files: usr.bin/doas : doas.c doas.conf.5 doas.h parse.y Log message: add a doas.conf setenv directive that allows setting environment variables explicitly and by copying existing environment variables of a different name. E.g. permit nopass setenv { PS1=$SUDO_PS1 FOO=bar } keepenv :wheel ok tedu@ benno@