nixos/wyoming/piper: relax ProcSubset to all (#447326)

This commit is contained in:
Martin Weinelt
2025-09-29 22:35:59 +00:00
committed by GitHub
@@ -190,7 +190,7 @@ in
ProtectKernelTunables = true;
ProtectControlGroups = true;
ProtectProc = "invisible";
ProcSubset = "pid";
ProcSubset = "all"; # for onnxruntime, which queries cpuinfo
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"