diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2014-10-10 16:01:29 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2014-12-15 12:11:59 -0500 |
commit | c2b4378b69a890cc479e179bf5dac0e61c7f7692 (patch) | |
tree | ce815a85acf4bcf8ec4174c3fa37a534a7e9d274 /config/suricata/suricata_global.php | |
parent | a5fe716ec4129a1908b7c51fd778ecf9e26327f3 (diff) | |
download | pfsense-packages-c2b4378b69a890cc479e179bf5dac0e61c7f7692.tar.gz pfsense-packages-c2b4378b69a890cc479e179bf5dac0e61c7f7692.tar.bz2 pfsense-packages-c2b4378b69a890cc479e179bf5dac0e61c7f7692.zip |
Wrap calls to sync_suricata_package_config() with conf_mount_rw().
Diffstat (limited to 'config/suricata/suricata_global.php')
-rw-r--r-- | config/suricata/suricata_global.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/suricata/suricata_global.php b/config/suricata/suricata_global.php index 5f01a660..f2a24fcf 100644 --- a/config/suricata/suricata_global.php +++ b/config/suricata/suricata_global.php @@ -154,7 +154,9 @@ if (!$input_errors) { $retval = 0; /* create passlist and homenet file, then sync files */ + conf_mount_rw(); sync_suricata_package_config(); + conf_mount_ro(); write_config("Suricata pkg: modified global settings."); |