From a5f45ea5eeca71c893c817158856b3b8cd37b65f Mon Sep 17 00:00:00 2001 From: wangchaole Date: Fri, 15 Jul 2022 14:51:25 +0800 Subject: [PATCH] feat: add softbus permissions. Signed-off-by: wangchaole --- sa_profile/dcamera.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sa_profile/dcamera.cfg b/sa_profile/dcamera.cfg index 1058bf6..850c00b 100644 --- a/sa_profile/dcamera.cfg +++ b/sa_profile/dcamera.cfg @@ -5,6 +5,8 @@ "uid" : "dcamera", "gid" : ["dcamera"], "ondemand" : true, + "apl" : "system_core", + "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC"], "secon" : "u:r:dcamera:s0" }] } \ No newline at end of file