From 3c5974930aac69724a72aa895e2014807a9a0b52 Mon Sep 17 00:00:00 2001 From: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:09:26 -0500 Subject: [PATCH] cleanup SecOC release gating (#36980) --- selfdrive/car/card.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/card.py b/selfdrive/car/card.py index aa0d12e96..12b831347 100755 --- a/selfdrive/car/card.py +++ b/selfdrive/car/card.py @@ -117,7 +117,7 @@ class Car: safety_config.safetyModel = structs.CarParams.SafetyModel.noOutput self.CP.safetyConfigs = [safety_config] - if self.CP.secOcRequired and not is_release: + if self.CP.secOcRequired: # Copy user key if available try: with open("/cache/params/SecOCKey") as f: