From 573c9548e809c5bd5b050c45ed3ec7bfc0f0d776 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 23 Mar 2010 14:56:58 +0000 Subject: The user owner of /dev/pf is root the group will be left to proxy to allow packages to become member of this group to modify firewall. --- etc/inc/config.lib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/config.lib.inc b/etc/inc/config.lib.inc index 56a8ef8..83d5ed2 100644 --- a/etc/inc/config.lib.inc +++ b/etc/inc/config.lib.inc @@ -1255,7 +1255,7 @@ function backup_config() { function set_device_perms() { $devices = array( - 'pf' => array( 'user' => 'proxy', + 'pf' => array( 'user' => 'root', 'group' => 'proxy', 'mode' => 0660), ); -- cgit v1.1