diff options
author | Christopher Larson <chris_larson@mentor.com> | 2019-11-25 21:41:12 +0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-11-27 13:38:58 -0800 |
commit | 36d656fe7244e31ba929aad566c70c21e3b552cc (patch) | |
tree | d3e5ec14367dcd4dc58f91bbc203dc5b4c6ede70 /recipes-ids/suricata/files | |
parent | 484d13bc591e60135e1bb3c3909138ce5bc04572 (diff) | |
download | meta-security-36d656fe7244e31ba929aad566c70c21e3b552cc.tar.gz |
suricata: add tmpfiles.d config
This is needed to ensure our /var/log directory is created when using
systemd.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-ids/suricata/files')
-rw-r--r-- | recipes-ids/suricata/files/tmpfiles.suricata | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ids/suricata/files/tmpfiles.suricata b/recipes-ids/suricata/files/tmpfiles.suricata new file mode 100644 index 0000000..fbf3784 --- /dev/null +++ b/recipes-ids/suricata/files/tmpfiles.suricata | |||
@@ -0,0 +1,2 @@ | |||
1 | #Type Path Mode UID GID Age Argument | ||
2 | d /var/log/suricata 0755 root root | ||