1# $OpenBSD: doas.conf,v 1.1 2016/09/03 11:58:32 pirofti Exp $ 2# Configuration sample file for doas(1). 3# See doas.conf(5) for syntax and examples. 4 5# Non-exhaustive list of variables needed to build release(8) and ports(7) 6#permit nopass setenv { \ 7# FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \ 8# DESTDIR DISTDIR FETCH_CMD FLAVOR GROUP MAKE MAKECONF \ 9# MULTI_PACKAGES NOMAN OKAY_FILES OWNER PKG_DBDIR \ 10# PKG_DESTDIR PKG_TMPDIR PORTSDIR RELEASEDIR SHARED_ONLY \ 11# SUBPACKAGE WRKOBJDIR SUDO_PORT_V1 } :wsrc 12 13# Allow wheel by default 14permit keepenv :wheel 15