mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-12-18 23:38:52 +00:00
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:
parent
1add28f5f3
commit
c9d90ebd60
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user