nixos/mastodon/streaming: add '@memlock' SystemCallFilter
This commit is contained in:
parent
91e510ae22
commit
a71576b07b
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ in {
|
|||
RuntimeDirectory = "mastodon-streaming";
|
||||
RuntimeDirectoryMode = "0750";
|
||||
# System Call Filtering
|
||||
SystemCallFilter = [ ("~" + lib.concatStringsSep " " (systemCallsList ++ [ "@resources" ])) "pipe" "pipe2" ];
|
||||
SystemCallFilter = [ ("~" + lib.concatStringsSep " " (systemCallsList ++ [ "@memlock" "@resources" ])) "pipe" "pipe2" ];
|
||||
} // cfgService;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue