summaryrefslogtreecommitdiff
path: root/0012-coredump-selinux-error.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 03:03:36 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 03:03:36 +0000
commitc8e89464d8257611add40edc33a5db8559a7dfa1 (patch)
treea3d7b81758422f7878998528cf5f60b9a5f927d4 /0012-coredump-selinux-error.patch
parent28c53806df586a2e3949c7b4a6828e5c026157c0 (diff)
automatic import of grafanaopeneuler24.03_LTS
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)
+ }
+ }
+