nixos/jackett: fix hardening for custom dataDir (#390609)

This commit is contained in:
Arne Keller 2025-03-17 17:19:29 +01:00 committed by GitHub
commit 65d532c9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ in
ProtectProc = "invisible";
ProtectSystem = "strict";
ReadWritePaths = [
"${config.users.users.${cfg.user}.home}"
cfg.dataDir
];
RemoveIPC = true;
RestrictAddressFamilies = [