From 6005a2a81d7c05e4951027b4b5eb3eabf9300656 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 1058bf68..850c00b5 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 -- Gitee