mirror of
https://github.com/opnsense/core.git
synced 2026-02-18 18:18:13 -05:00
make sure we can load our yaml file when there no rules installed yet
This commit is contained in:
parent
55e52fea3a
commit
2e5ac42ff4
1 changed files with 3 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ for SURICATA_DIR in ${SURICATA_DIRS}; do
|
|||
chown -R root:wheel ${SURICATA_DIR}
|
||||
chmod -R 0700 ${SURICATA_DIR}
|
||||
done
|
||||
|
||||
# make sure we can load our yaml file if we don't have rules installed yet
|
||||
touch /usr/local/etc/suricata/installed_rules.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue