!162 修改dms进程的标签、UID、GID信息

Merge pull request !162 from ql/master
This commit is contained in:
openharmony_ci
2022-03-10 06:38:27 +00:00
committed by Gitee
+3 -2
View File
@@ -2,8 +2,9 @@
"services" : [{
"name" : "distributedsched",
"path" : ["/system/bin/sa_main", "/system/profile/distributedsched.xml"],
"uid" : "system",
"gid" : ["system", "shell"]
"uid" : "dms",
"gid" : ["dms", "shell"],
"secon" : "u:r:distributedsche:s0"
}
]
}