From 428a70a13e59ebd0e00bc9f407ee0d9183db5b80 Mon Sep 17 00:00:00 2001 From: ADHDer <19857096219@163.com> Date: Mon, 1 Sep 2025 14:55:19 +0800 Subject: [PATCH] =?UTF-8?q?cloudfileservice/cloudfiledaemon=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E8=81=94=E7=BD=91=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ADHDer <19857096219@163.com> --- services/distributedfile.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/distributedfile.cfg b/services/distributedfile.cfg index 27c7b90ba..a33fd3307 100644 --- a/services/distributedfile.cfg +++ b/services/distributedfile.cfg @@ -28,7 +28,7 @@ "name": "cloudfiledaemon", "path": ["/system/bin/sa_main", "/system/profile/cloudfiledaemon.json"], "uid": "1009", - "gid": ["dfs", "user_data_rw", "system", "ddms", "netsys_socket"], + "gid": ["dfs", "user_data_rw", "system", "ddms"], "sandbox": 0, "secon": "u:r:cloudfiledaemon:s0", "apl": "system_basic", @@ -46,7 +46,7 @@ "name": "cloudfileservice", "path": ["/system/bin/sa_main", "/system/profile/cloudfileservice.json"], "uid": "dfs", - "gid": ["dfs", "user_data_rw", "system", "ddms", "netsys_socket", "readproc"], + "gid": ["dfs", "user_data_rw", "system", "ddms", "readproc"], "sandbox": 0, "jobs" : { "on-start" : "services:cloudfileservice" -- Gitee