Skip to content

Commit

Permalink
nixos/botamusique: allow syscalls in the @resources group
Browse files Browse the repository at this point in the history
Calls to ffmpeg from botamusique require the `set_mempolicy` syscall.

Fixes: NixOS#205702
  • Loading branch information
mweinelt committed Dec 12, 2022
1 parent 72ce854 commit d6f4f45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixos/modules/services/audio/botamusique.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@ in
StateDirectory = "botamusique";
SystemCallArchitectures = "native";
SystemCallFilter = [
"@system-service"
"@system-service @resources"
"~@privileged"
"~@resources"
];
UMask = "0077";
WorkingDirectory = "/var/lib/botamusique";
Expand Down

0 comments on commit d6f4f45

Please sign in to comment.