add softbus session open/create permissions for cast engine service and netmanager_enhanced module.

Signed-off-by: zg1988 <zhangge2@huawei.com>
This commit is contained in:
zg1988 2022-10-21 16:08:51 +08:00
parent 1add28f5f3
commit c9d90ebd60

View File

@ -207,5 +207,30 @@
"ACTIONS": "create,open"
}
]
},
{
"SESSION_NAME": "CastPlus*",
"REGEXP": "true",
"DEVID": "NETWORKID",
"SEC_LEVEL": "public",
"APP_INFO": [
{
"PKG_NAME": "CastEngineService",
"TYPE": "native_app",
"ACTIONS": "create,open"
}
]
},
{
"SESSION_NAME": "ohos.communication.netmanager_enhanced.*",
"REGEXP": "true",
"DEVID": "NETWORKID",
"APP_INFO": [
{
"TYPE": "native_app",
"PKG_NAME": "ohos.communication.netmanager_enhanced",
"ACTIONS": "create,open"
}
]
}
]