From 403301f9aa52e305aa36265178f7977f7d145aeb Mon Sep 17 00:00:00 2001 From: liuyifei Date: Tue, 25 Jun 2024 08:09:44 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hilogOutput=20dac=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuyifei --- services/hilogd/etc/hilogd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hilogd/etc/hilogd.cfg b/services/hilogd/etc/hilogd.cfg index d65bb34..65d5126 100644 --- a/services/hilogd/etc/hilogd.cfg +++ b/services/hilogd/etc/hilogd.cfg @@ -37,7 +37,7 @@ "family" : "AF_UNIX", "type" : "SOCK_SEQPACKET", "protocol" : "default", - "permissions" : "0600", + "permissions" : "0666", "uid" : "logd", "gid" : "log", "option" : [ -- Gitee