summaryrefslogtreecommitdiff
path: root/0012-coredump-selinux-error.patch
diff options
context:
space:
mode:
Diffstat (limited to '0012-coredump-selinux-error.patch')
-rw-r--r--0012-coredump-selinux-error.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0012-coredump-selinux-error.patch b/0012-coredump-selinux-error.patch
new file mode 100644
index 0000000..5bdcc5b
--- /dev/null
+++ b/0012-coredump-selinux-error.patch
@@ -0,0 +1,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)
+ }
+ }
+