From: Jason Ish Date: Tue, 6 Jun 2023 22:23:57 +0000 (-0600) Subject: config: uncomment datasets configuration X-Git-Tag: suricata-6.0.13~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb9edc9b05a1528a7a2d342e366631923c029a1;p=thirdparty%2Fsuricata.git config: uncomment datasets configuration Uncomment the datasets configuration for easier editing by users. The values are left commented out as their defaults. --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 7145b1282e..081378fb8d 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -992,23 +992,23 @@ app-layer: asn1-max-frames: 256 # Datasets default settings -# datasets: -# # Default fallback memcap and hashsize values for datasets in case these -# # were not explicitly defined. -# defaults: -# memcap: 100mb -# hashsize: 2048 -# -# rules: -# # Set to true to allow absolute filenames and filenames that use -# # ".." components to reference parent directories in rules that specify -# # their filenames. -# #allow-absolute-filenames: false -# -# # Allow datasets in rules write access for "save" and -# # "state". This is enabled by default, however write access is -# # limited to the data directory. -# #allow-write: true +datasets: + # Default fallback memcap and hashsize values for datasets in case these + # were not explicitly defined. + defaults: + #memcap: 100mb + #hashsize: 2048 + + rules: + # Set to true to allow absolute filenames and filenames that use + # ".." components to reference parent directories in rules that specify + # their filenames. + #allow-absolute-filenames: false + + # Allow datasets in rules write access for "save" and + # "state". This is enabled by default, however write access is + # limited to the data directory. + #allow-write: true ############################################################################## ##