Merge pull request #9257 from Security-Onion-Solutions/dougburks-patch-1

Disable ecat_arp_info by default in so-zeek-logs and so-whiptail
This commit is contained in:
Doug Burks
2022-12-01 07:31:47 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ whiptail_manager_adv_service_zeeklogs() {
"dnp3_control" "" ON \
"dnp3_objects" "" ON \
"ecat_aoe_info" "" ON \
"ecat_arp_info" "" ON \
"ecat_arp_info" "" OFF \
"ecat_coe_info" "" ON \
"ecat_dev_info" "" ON \
"ecat_foe_info" "" ON \

View File

@@ -1331,7 +1331,7 @@ whiptail_manager_adv_service_zeeklogs() {
"dnp3_control" "" ON \
"dnp3_objects" "" ON \
"ecat_aoe_info" "" ON \
"ecat_arp_info" "" ON \
"ecat_arp_info" "" OFF \
"ecat_coe_info" "" ON \
"ecat_dev_info" "" ON \
"ecat_foe_info" "" ON \