From eb585d0eece1d0c0d4362223d0365a86b5e3cc23 Mon Sep 17 00:00:00 2001 From: liuyifei Date: Tue, 18 Jun 2024 08:52:54 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E6=9C=80=E5=B0=8F=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4hilogOutput=20other=E5=86=99?= =?UTF-8?q?=E6=9D=83=E9=99=90=EF=BC=8C=E5=B9=B6=E4=B8=94=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?neverallow?= 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 65d5126..75bcb67 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" : "0666", + "permissions" : "0660", "uid" : "logd", "gid" : "log", "option" : [ -- Gitee