From b7d0360d0e3080b09cca01cdd66dcd8d69ce2a87 Mon Sep 17 00:00:00 2001 From: hehongzhe <935062458@qq.com> Date: Sat, 6 Sep 2025 17:18:17 +0800 Subject: [PATCH] chmod safe problem --- msmonitor/plugin/ipc_monitor/NpuIpcEndPoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msmonitor/plugin/ipc_monitor/NpuIpcEndPoint.h b/msmonitor/plugin/ipc_monitor/NpuIpcEndPoint.h index 22c43905f..38d837ad9 100644 --- a/msmonitor/plugin/ipc_monitor/NpuIpcEndPoint.h +++ b/msmonitor/plugin/ipc_monitor/NpuIpcEndPoint.h @@ -31,7 +31,7 @@ namespace ipc_monitor { using fileDesT = int; constexpr const char STR_END_CHAR = '\0'; -constexpr int SOCKET_FD_CHMOD = 0666; +constexpr int SOCKET_FD_CHMOD = 0640; struct NpuPayLoad { size_t size; -- Gitee