summaryrefslogtreecommitdiff
path: root/0012-coredump-selinux-error.patch
blob: 5bdcc5bd2c5202c5f14f56fe611fb32b0b72244d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pkg/framework/coremodel/helpers.go b/pkg/framework/coremodel/helpers.go
index 20d111edba..6655f81cee 100644
--- a/pkg/framework/coremodel/helpers.go
+++ b/pkg/framework/coremodel/helpers.go
@@ -26,7 +26,7 @@ func init() {
 	var err error
 	defaultFramework, err = doLoadFrameworkCUE(cuectx.ProvideCUEContext())
 	if err != nil {
-		panic(err)
+//		panic(err)
 	}
 }