Provide a default value for TLSWRAPPER_CHROOT.

This commit is contained in:
schmonz 2022-01-04 21:53:46 +00:00
parent 576e41dbf8
commit c6d6e47ad5

View file

@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.322 2021/11/07 11:25:33 nia Exp $
# $NetBSD: mk.conf,v 1.323 2022/01/04 21:53:46 schmonz Exp $
#
# This file provides default values for variables that may be overridden
@ -1791,6 +1791,12 @@ TINYDYN_USER?= tinydyn
# Possible: any user name
# Default: tinydyn
TLSWRAPPER_CHROOT?= ${VARBASE}/chroot/tlswrapper
# The chroot directory for tlswrapper. This directory
# will be created and MUST be only readable by root.
# Possible: any directory
# Default: ${VARBASE}/chroot/tlswrapper
UCSPI_SSL_USER?= ucspissl
# The unprivileged user for privilege-separated ucspi-ssl or s6-networking.
# Possible: any user name