From eb670e687edcc065c2886be806acd80a697f9bea Mon Sep 17 00:00:00 2001 From: maddaat Date: Fri, 10 Apr 2026 17:34:33 +0400 Subject: Initial commit --- etc/doas.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/doas.conf (limited to 'etc/doas.conf') diff --git a/etc/doas.conf b/etc/doas.conf new file mode 100644 index 0000000..d74f89d --- /dev/null +++ b/etc/doas.conf @@ -0,0 +1,13 @@ +# $OpenBSD: doas.conf,v 1.1 2016/09/03 11:58:32 pirofti Exp $ +# See doas.conf(5) for syntax and examples. + +# Non-exhaustive list of variables needed to build release(8) and ports(7) +#permit nopass setenv { \ +# FTPMODE PKG_CACHE PKG_PATH SM_PATH SSH_AUTH_SOCK \ +# DESTDIR DISTDIR FETCH_CMD FLAVOR GROUP MAKE MAKECONF \ +# MULTI_PACKAGES NOMAN OKAY_FILES OWNER PKG_DBDIR \ +# PKG_DESTDIR PKG_TMPDIR PORTSDIR RELEASEDIR SHARED_ONLY \ +# SUBPACKAGE WRKOBJDIR SUDO_PORT_V1 } :wsrc + +# Allow wheel by default +permit persist keepenv :wheel -- cgit v1.2.3