mirror of
https://gitee.com/openharmony/bundlemanager_app_domain_verify
synced 2025-01-15 21:20:28 +00:00
add agent path
Signed-off-by: woohoa <wanghuan36@huawei.com>
This commit is contained in:
parent
5974bb28bc
commit
d26f679cdd
@ -1,4 +1,13 @@
|
||||
{
|
||||
"jobs" : [{
|
||||
"name" : "services:app_domain_verify_agent_service",
|
||||
"cmds" : [
|
||||
"mkdir /data/service/el1/public/app_domain_verify_agent_service 0770 app_domain_verify system",
|
||||
"chown app_domain_verify system /data/service/el1/public/app_domain_verify_agent_service",
|
||||
"chmod 0770 /data/service/el1/public/app_domain_verify_agent_service"
|
||||
]
|
||||
}
|
||||
],
|
||||
"services" : [{
|
||||
"name" : "app_domain_verify_agent",
|
||||
"path" : ["/system/bin/sa_main", "/system/profile/app_domain_verify_agent.json"],
|
||||
@ -6,6 +15,7 @@
|
||||
"gid" : ["app_domain_verify", "system", "shell", "netsys_socket"],
|
||||
"caps" : [],
|
||||
"ondemand" : true,
|
||||
"on-start" : "services:app_domain_verify_agent_service"
|
||||
"permission" : [
|
||||
"ohos.permission.INTERNET",
|
||||
"ohos.permission.GET_BUNDLE_INFO"
|
||||
|
Loading…
x
Reference in New Issue
Block a user