From b07876d24b3ad910d528626a573b6d4897c67521 Mon Sep 17 00:00:00 2001 From: wangchaole Date: Tue, 24 May 2022 11:16:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9uid=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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sa_profile/dcamera.cfg b/sa_profile/dcamera.cfg index bce39532..d783940f 100644 --- a/sa_profile/dcamera.cfg +++ b/sa_profile/dcamera.cfg @@ -2,9 +2,9 @@ "services" : [{ "name" : "dcamera", "path" : ["/system/bin/sa_main","/system/profile/dcamera.xml"], - "uid" : "system", - "gid" : ["system"], - "ondemand" : true, - "secon" : "u:r:dcamera:s0" + "uid" : "dcamera", + "gid" : ["dcamera"], + "caps" : ["DAC_OVERRIDE","DAC_READ_SEARCH"], + "ondemand" : true }] -} \ No newline at end of file +} -- Gitee