From 4298e38cf9596649446d66905993400c3c10303b Mon Sep 17 00:00:00 2001 From: wangchaole Date: Wed, 18 May 2022 19:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80uid=E5=92=8Cgid=E7=9A=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= 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, 2 insertions(+), 3 deletions(-) diff --git a/sa_profile/dcamera.cfg b/sa_profile/dcamera.cfg index 4ae47150..bce39532 100644 --- a/sa_profile/dcamera.cfg +++ b/sa_profile/dcamera.cfg @@ -2,9 +2,8 @@ "services" : [{ "name" : "dcamera", "path" : ["/system/bin/sa_main","/system/profile/dcamera.xml"], - "uid" : "dcamera", - "gid" : ["dcamera"], - "caps" : ["DAC_OVERRIDE","DAC_READ_SEARCH"], + "uid" : "system", + "gid" : ["system"], "ondemand" : true, "secon" : "u:r:dcamera:s0" }] -- Gitee