mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 23:30:44 +00:00
5a3f8503ca
Signed-off-by: zhangyafei-echo <zhangyafei12@huawei.com> Change-Id: I05cd01a657dcb2dbb92c1c7497983997010b8235
23 lines
786 B
INI
23 lines
786 B
INI
{
|
|
"services" : [{
|
|
"name" : "quick_fix",
|
|
"path" : ["/system/bin/sa_main", "/system/profile/quick_fix.json"],
|
|
"ondemand" : true,
|
|
"uid" : "quickfixserver",
|
|
"gid" : ["system"],
|
|
"secon" : "u:r:quick_fix:s0",
|
|
"apl" : "system_basic",
|
|
"permission" : [
|
|
"ohos.permission.RUNNING_STATE_OBSERVER",
|
|
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
|
|
"ohos.permission.INSTALL_QUICK_FIX_BUNDLE",
|
|
"ohos.permission.UNINSTALL_QUICK_FIX_BUNDLE"
|
|
],
|
|
"permission_acls": [
|
|
"ohos.permission.INSTALL_QUICK_FIX_BUNDLE",
|
|
"ohos.permission.UNINSTALL_QUICK_FIX_BUNDLE"
|
|
]
|
|
}
|
|
]
|
|
}
|