mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
pcap dir
This commit is contained in:
@@ -23,7 +23,7 @@ include:
|
|||||||
# /nsm/pcap is empty until stenographer is used as pcap engine
|
# /nsm/pcap is empty until stenographer is used as pcap engine
|
||||||
{% set pcap_id = 941 %}
|
{% set pcap_id = 941 %}
|
||||||
{% set user_list = salt['user.list_users']() %}
|
{% set user_list = salt['user.list_users']() %}
|
||||||
{% if 'stenographer' not in user_list %}
|
{% if GLOBALS.pcap_engine == "SURICATA" and 'stenographer' not in user_list %}
|
||||||
{% set pcap_id = 939 %}
|
{% set pcap_id = 939 %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
pcapdir:
|
pcapdir:
|
||||||
|
|||||||
Reference in New Issue
Block a user