nixos/wyoming-openwakeword: allow access to /proc/cpuinfo

Required somewhere in tensorflow, likely for CPU feature discovery.
This commit is contained in:
Martin Weinelt 2023-10-16 19:50:14 +02:00
parent dd3ddb7b45
commit bb8f272106
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -136,7 +136,7 @@ in
ProtectKernelTunables = true;
ProtectControlGroups = true;
ProtectProc = "invisible";
ProcSubset = "pid";
ProcSubset = "all"; # reads /proc/cpuinfo
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"