initial crowdsec

This commit is contained in:
mjallen18
2025-02-20 09:25:23 -06:00
parent debc590187
commit 43ecae9920
6 changed files with 157 additions and 37 deletions

View File

@@ -40,6 +40,12 @@
group = "jallen-nas";
mode = "u=rwx,g=rx,o=rx";
}
{
directory = "/var/lib/crowdsec";
user = "crowdsec";
group = "crowdsec";
mode = "u=rwx,g=rwx,o=rx";
}
];
files = [
"/var/cache-priv-key.pem"