Commit c31c0bbb authored by Michal Koutenský's avatar Michal Koutenský
Browse files

nixos/gonic: unharden memory for new wasm libs

parent 81b0d1f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ in
        ];
        RestrictRealtime = true;
        LockPersonality = true;
        MemoryDenyWriteExecute = true;
        UMask = "0066";
        ProtectHostname = true;
      };