aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rules_flowbits.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2014-10-09 14:50:22 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2014-10-09 14:50:22 -0400
commit1682d08e3e80b36c8d4cae1cab27b70bee4d557f (patch)
treed292396d751bd72092091c76ca47f9afa8644098 /config/snort/snort_rules_flowbits.php
parentdb4778c2478f525ebc24d351472c036187fd4a81 (diff)
downloadpfsense-packages-1682d08e3e80b36c8d4cae1cab27b70bee4d557f.tar.gz
pfsense-packages-1682d08e3e80b36c8d4cae1cab27b70bee4d557f.tar.bz2
pfsense-packages-1682d08e3e80b36c8d4cae1cab27b70bee4d557f.zip
Wrap calls to sync_snort_package_config() with conf_mount_rw().
Diffstat (limited to 'config/snort/snort_rules_flowbits.php')
-rw-r--r--config/snort/snort_rules_flowbits.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort/snort_rules_flowbits.php b/config/snort/snort_rules_flowbits.php
index cbb7b631..fff7a13c 100644
--- a/config/snort/snort_rules_flowbits.php
+++ b/config/snort/snort_rules_flowbits.php
@@ -127,7 +127,9 @@ if ($_POST['addsuppress'] && is_numeric($_POST['sid']) && is_numeric($_POST['gid
if ($found_list) {
write_config("Snort pkg: modified Suppress List for {$a_nat[$id]['interface']}.");
$rebuild_rules = false;
+ conf_mount_rw();
sync_snort_package_config();
+ conf_mount_ro();
snort_reload_config($a_nat[$id]);
$savemsg = gettext("An entry to suppress the Alert for 'gen_id {$_POST['gid']}, sig_id {$_POST['sid']}' has been added to Suppress List '{$a_nat[$id]['suppresslistname']}'.");
}