nixos/botamusique: allow syscalls in the @resources group

Calls to ffmpeg from botamusique require the `set_mempolicy` syscall.

Fixes: #205702
This commit is contained in:
Martin Weinelt 2022-12-12 15:36:58 +01:00
parent 72ce854d2e
commit d6f4f4584a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -103,9 +103,8 @@ in
StateDirectory = "botamusique";
SystemCallArchitectures = "native";
SystemCallFilter = [
"@system-service"
"@system-service @resources"
"~@privileged"
"~@resources"
];
UMask = "0077";
WorkingDirectory = "/var/lib/botamusique";