From 86365cecb66ea0c2fa4dd0bae1e138e63b707aa2 Mon Sep 17 00:00:00 2001 From: liuyifei Date: Fri, 7 Jun 2024 06:04:00 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9log=E5=88=86=E5=8C=BAdac?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuyifei --- services/etc/init.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/etc/init.cfg b/services/etc/init.cfg index 9d0732e91..0c4664593 100755 --- a/services/etc/init.cfg +++ b/services/etc/init.cfg @@ -95,6 +95,9 @@ }, { "name" : "fs", "cmds" : [ + "restorecon /log", + "chmod 0775 /log", + "chown root system /log" ] }, { "name" : "post-fs", -- Gitee