]> git.ipfire.org Git - thirdparty/suricata.git/commit
install: create runtime data directory
authorJason Ish <jason.ish@oisf.net>
Tue, 6 Jun 2023 21:32:18 +0000 (15:32 -0600)
committerVictor Julien <vjulien@oisf.net>
Wed, 14 Jun 2023 05:10:57 +0000 (07:10 +0200)
commitf0885a2a2ed30e2270b26d8688dd371653b86845
treeaa8d80a872433c4464d6c9adac97c59dff35b2c4
parentfd79b337ca4618d9cf2ac7b37db98f81d97ffab2
install: create runtime data directory

On installation, make sure the data directory is created. This will
usually be /var/lib/suricata/data, but otherwise follows the
autoconf/automake instructions.

This directory is for runtime state information, which for now is
datasets but may be expanded in the future.  Suricata already expects
this directory to exist for "state" and "save" datasets, but it has
been up to the user to create it.
Makefile.am
configure.ac