]> git.ipfire.org Git - thirdparty/suricata.git/commit
exceptions: add master switch config option
authorJuliana Fajardini <jufajardini@oisf.net>
Tue, 6 Dec 2022 21:29:34 +0000 (18:29 -0300)
committerVictor Julien <vjulien@oisf.net>
Sat, 29 Jul 2023 06:00:12 +0000 (08:00 +0200)
commit6a32139a65295aeffdd9bbd31bd2377f2d3a9e88
tree3bfdd859641fb8984dcf83aeb757f4d42b43069f
parent77faa8833f251d0a8f7f473070c130b90d96a770
exceptions: add master switch config option

This allows all traffic Exception Policies to be set from one
configuration point. All exception policy options are available in IPS
mode. Bypass, pass and auto (disabled) are also available in iDS mode

Exception Policies set up individually will overwrite this setup for the
given traffic exception.

Task #5219

(cherry picked from commit 0d9289014bd8f65c7100e7173f24f5c5ff9de0ac)
doc/userguide/configuration/exception-policies.rst
src/app-layer-parser.c
src/stream-tcp.c
src/suricata.c
src/util-exception-policy.c
src/util-exception-policy.h
suricata.yaml.in