From 9cf335802b02bb5ca13c50ce644daf4c2d23ea93 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 14 Aug 2026 14:01:50 +0100 Subject: [PATCH] privsep: re-enable capsicum and pledge This is a big wups! Luckily the posix resource limited sandbox is pretty good, but we can do better. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 940271e2..9f1def2b 100755 --- a/configure +++ b/configure @@ -580,6 +580,7 @@ fi if [ -z "$PRIVSEP" ] || [ "$PRIVSEP" = yes ]; then echo "Enabling Privilege Separation" + PRIVSEP=yes # Try and work out system user if [ -z "$PRIVSEP_USER" ]; then