summaryrefslogtreecommitdiff
path: root/0006-2242-disable-grpc-remote-connect-by-default.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-01-20 09:57:05 +0000
committerCoprDistGit <infra@openeuler.org>2024-01-20 09:57:05 +0000
commitc56563a5cfb85fcba9f28dd1df9647037eb2931e (patch)
tree82e936c48ac53d5a05ac395f897e421a743f8023 /0006-2242-disable-grpc-remote-connect-by-default.patch
parent8c7a257a80c20ee3fae444f9e3d670a86dca161f (diff)
automatic import of iSuladopeneuler23.09openeuler22.03_LTS_SP2
Diffstat (limited to '0006-2242-disable-grpc-remote-connect-by-default.patch')
-rw-r--r--0006-2242-disable-grpc-remote-connect-by-default.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0006-2242-disable-grpc-remote-connect-by-default.patch b/0006-2242-disable-grpc-remote-connect-by-default.patch
new file mode 100644
index 0000000..8fa1bb0
--- /dev/null
+++ b/0006-2242-disable-grpc-remote-connect-by-default.patch
@@ -0,0 +1,26 @@
+From ee928d5af7ab7c42ee4597e1b6ae5871767c165d Mon Sep 17 00:00:00 2001
+From: zhongtao <zhongtao17@huawei.com>
+Date: Mon, 13 Nov 2023 03:04:35 +0000
+Subject: [PATCH 06/14] !2242 disable grpc remote connect by default * disable
+ grpc remote connect by default
+
+---
+ cmake/options.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/options.cmake b/cmake/options.cmake
+index 8f1dfbbe..aeb24662 100644
+--- a/cmake/options.cmake
++++ b/cmake/options.cmake
+@@ -106,7 +106,7 @@ if (ENABLE_SELINUX STREQUAL "ON")
+ message("${Green}-- Enable selinux${ColourReset}")
+ endif()
+
+-option(ENABLE_GRPC_REMOTE_CONNECT "enable gRPC remote connect" ON)
++option(ENABLE_GRPC_REMOTE_CONNECT "enable gRPC remote connect" OFF)
+ if (ENABLE_GRPC_REMOTE_CONNECT STREQUAL "ON")
+ add_definitions(-DENABLE_GRPC_REMOTE_CONNECT=1)
+ set(ENABLE_GRPC_REMOTE_CONNECT 1)
+--
+2.42.0
+