]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/dataset: skip adding localstatedir if fullpath is provided 13437/head
authorAndreas Herz <andreas@stamus-networks.com>
Wed, 11 Jun 2025 08:47:45 +0000 (10:47 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 12 Jun 2025 10:53:58 +0000 (12:53 +0200)
commit173132b05b95aa584f7c6a237b53d0efa2b76b53
treef5b205fbdab157ba42c2af534be03fb53cfe0fa0
parent8f26b4a0ff9f55e45e72b6ce6e383083dd95e1e0
detect/dataset: skip adding localstatedir if fullpath is provided

When the option to set a full path is enabled and a full path is
provided, skip adding the prefix (based on localstatedir) to the
directory since it would be unexpected and unwanted by a user.

Ticket: 7083
src/detect-dataset.c