From c20710ab7a759a23cd0ce8be63a732eff89e5692 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 1 Oct 2014 18:22:57 +0100 Subject: [PATCH] test-example: Set `system/userid' This means we normally test the privsep, rather than non-privsep, version of polypath. Signed-off-by: Ian Jackson --- test-example/common.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/test-example/common.conf b/test-example/common.conf index b849052..8fefad6 100644 --- a/test-example/common.conf +++ b/test-example/common.conf @@ -3,6 +3,7 @@ log logfile { class "info","notice","warning","error","security","fatal"; }; system { + userid "secnet"; }; resolver adns { }; -- 2.30.2