Unverified Commit 2151c2d2 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

nixos/frigate: reduce visible process scope to cgroup (#493361)

parents 45644149 4066e495
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -759,6 +759,9 @@ in

        # Sockets/IPC
        RuntimeDirectory = "frigate";

        # Reduce visible process scope to cgroup
        ProtectProc = "invisible";
      };
    };
  };