nixos/victorialogs: allow mincore syscall

This commit is contained in:
Shawn8901
2025-12-12 20:53:45 +01:00
parent 1a2a48d4a4
commit 143119205b
@@ -144,6 +144,7 @@ in
SystemCallFilter = [
"@system-service"
"~@privileged"
"mincore"
];
};