!93 回退uid和gid

Merge pull request !93 from wangchaole/master
This commit is contained in:
openharmony_ci
2022-05-18 12:14:33 +00:00
committed by Gitee
+2 -3
View File
@@ -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"
}]