mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 06:50:12 +00:00
增加GET_BUNDLE_INFO 权限
Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
parent
b8a1fa75ed
commit
48cf63ec8e
@ -16,12 +16,18 @@
|
||||
"uid" : "hiprofiler",
|
||||
"gid" : "shell"
|
||||
}],
|
||||
"permission" : [
|
||||
"ohos.permission.GET_BUNDLE_INFO"
|
||||
],
|
||||
"secon" : "u:r:native_daemon:s0",
|
||||
"start-mode" : "condition"
|
||||
}, {
|
||||
"name" : "hiprofiler_daemon_sa",
|
||||
"path" : ["/system/bin/native_daemon", "sa"],
|
||||
"permission" : ["ohos.permission.ENABLE_PROFILER"],
|
||||
"permission" : [
|
||||
"ohos.permission.ENABLE_PROFILER",
|
||||
"ohos.permission.GET_BUNDLE_INFO"
|
||||
],
|
||||
"sandbox" : 0,
|
||||
"caps" : ["CAP_KILL", "CAP_SYS_PTRACE"],
|
||||
"once" : 1,
|
||||
|
Loading…
Reference in New Issue
Block a user