From fea01aeefcee9da68acacd709f55d42656a636d8 Mon Sep 17 00:00:00 2001 From: wangchaole Date: Tue, 24 May 2022 08:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E5=B8=83=E5=BC=8F?= =?UTF-8?q?=E7=9B=B8=E6=9C=BAuid=E5=92=8Cgid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangchaole --- sa_profile/dcamera.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sa_profile/dcamera.cfg b/sa_profile/dcamera.cfg index 2f92f47f..6db3c520 100644 --- a/sa_profile/dcamera.cfg +++ b/sa_profile/dcamera.cfg @@ -2,8 +2,9 @@ "services" : [{ "name" : "dcamera", "path" : ["/system/bin/sa_main","/system/profile/dcamera.xml"], - "uid" : "system", - "gid" : ["system"], + "uid" : "dcamera", + "gid" : ["dcamera"], + "caps" : ["DAC_OVERRIDE","DAC_READ_SEARCH"], "ondemand" : true }] } \ No newline at end of file -- Gitee