summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 9e7cfc810a3..86dd8f27784 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.298 2019/01/06 00:07:48 schmonz Exp $
+# $NetBSD: mk.conf,v 1.299 2019/01/11 23:09:15 schmonz Exp $
#
# This file provides default values for variables that may be overridden
@@ -1708,6 +1708,16 @@ SILC_CLIENT_WITH_PERL?= YES
# Possible: YES, NO
# Default: YES
+SNIPROXY_USER?= sniproxy
+# The unprivileged user for sniproxy with privilege separation.
+# Possible: any user name
+# Default: sniproxy
+
+SNIPROXY_GROUP?= sniproxy
+# The group of the SNIPROXY_USER for sniproxy with privilege separation.
+# Possible: any group name
+# Default: sniproxy
+
SSH_SUID?= NO
# Used in ssh to enable setuid installation of "ssh" binary.
# Possible: YES, or NO.