diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 16:03:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 16:03:00 +0000 |
commit | 4a589e27491ffc24afbe074ef984112d3de29429 (patch) | |
tree | a3d7b81758422f7878998528cf5f60b9a5f927d4 /0012-coredump-selinux-error.patch | |
parent | 10b867ae10c6a96f464d3b7b233fe43db44c1583 (diff) |
automatic import of grafanaopeneuler24.03_LTS
Diffstat (limited to '0012-coredump-selinux-error.patch')
-rw-r--r-- | 0012-coredump-selinux-error.patch | 13 |
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) + } + } + |