From 6671b7cde68cc28d64f3eba77122b615ea42e098 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Wed, 29 Jan 2014 13:27:55 +0200 Subject: [PATCH] Add chroot for Unbound --- etc/inc/globals.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 5c8c234622..81be1c2468 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -42,6 +42,7 @@ $g = array( "factory_shipped_password" => "pfsense", "upload_path" => "/root", "dhcpd_chroot_path" => "/var/dhcpd", + "unbound_chroot_path" => "/var/unbound", "varrun_path" => "/var/run", "varetc_path" => "/var/etc", "vardb_path" => "/var/db",