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

This commit is contained in:
Martin Weinelt
2026-02-23 23:38:35 +00:00
committed by GitHub
+3
View File
@@ -759,6 +759,9 @@ in
# Sockets/IPC
RuntimeDirectory = "frigate";
# Reduce visible process scope to cgroup
ProtectProc = "invisible";
};
};
};