Unverified Commit bb8f2721 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

Required somewhere in tensorflow, likely for CPU feature discovery.
parent dd3ddb7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ in
        ProtectKernelTunables = true;
        ProtectControlGroups = true;
        ProtectProc = "invisible";
        ProcSubset = "pid";
        ProcSubset = "all"; # reads /proc/cpuinfo
        RestrictAddressFamilies = [
          "AF_INET"
          "AF_INET6"