]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
config: uncomment datasets configuration
authorJason Ish <jason.ish@oisf.net>
Tue, 6 Jun 2023 22:23:57 +0000 (16:23 -0600)
committerVictor Julien <vjulien@oisf.net>
Wed, 14 Jun 2023 05:10:57 +0000 (07:10 +0200)
Uncomment the datasets configuration for easier editing by users.  The
values are left commented out as their defaults.

suricata.yaml.in

index fc7cc3885f1927859a01e852b3986c15e655783f..9f409b80a9790485f000fb66c3c8a7e7dce6a201 100644 (file)
@@ -1152,23 +1152,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
 
 ##############################################################################
 ##