Commit e4cd7f59 authored by Franco Fichtner's avatar Franco Fichtner

system: proxy user is needed after all, hidden...

... behind a chain of proxy->squid modification, not by
pkg, but by setup.sh.  Not easy to find.
parent 18c49439
......@@ -1477,6 +1477,10 @@ function system_kernel_configure($verbose = false)
'pfsync',
);
/* we now have /dev/pf, time to fix permissions for proxies */
chgrp('/dev/pf', 'proxy');
chmod('/dev/pf', 0660);
if (!empty($config['system']['crypto_hardware'])) {
log_error(sprintf('Loading %s cryptographic accelerator module.', $config['system']['crypto_hardware']));
$mods[] = $config['system']['crypto_hardware'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment