Loading nixos/modules/services/search/meilisearch.nix +3 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,9 @@ in LockPersonality = true; MemoryDenyWriteExecute = true; ProcSubset = "pid"; # Meilisearch needs to determine cgroup memory limits to set its own memory limits. # This means this can't be set to "pid" ProcSubset = "all"; ProtectProc = "invisible"; NoNewPrivileges = true; Loading Loading
nixos/modules/services/search/meilisearch.nix +3 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,9 @@ in LockPersonality = true; MemoryDenyWriteExecute = true; ProcSubset = "pid"; # Meilisearch needs to determine cgroup memory limits to set its own memory limits. # This means this can't be set to "pid" ProcSubset = "all"; ProtectProc = "invisible"; NoNewPrivileges = true; Loading