nixos/victoriametrics: allow mincore syscall

This commit is contained in:
Shawn8901
2025-12-07 20:46:52 +01:00
parent d4ee353096
commit efca7ca9dc
@@ -229,6 +229,7 @@ in
SystemCallFilter = [
"@system-service"
"~@privileged"
"mincore"
];
};