mirror of
https://gitee.com/openharmony/sensors_start
synced 2024-11-30 02:10:38 +00:00
commit
296dfd3b96
@ -13,7 +13,12 @@
|
||||
"path" : ["/system/bin/sa_main", "/system/profile/msdp.xml"],
|
||||
"uid" : "msdp",
|
||||
"gid" : ["msdp", "shell"],
|
||||
"permission" : ["ohos.permission.ACCELEROMETER", "ohos.permission.DISTRIBUTED_DATASYNC", "ohos.permission.MICROPHONE"]
|
||||
"permission" : [
|
||||
"ohos.permission.ACCELEROMETER",
|
||||
"ohos.permission.DISTRIBUTED_DATASYNC",
|
||||
"ohos.permission.MICROPHONE",
|
||||
"ohos.permission.INPUT_MONITORING"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,7 +14,12 @@
|
||||
"uid" : "msdp",
|
||||
"gid" : ["msdp", "shell"],
|
||||
"secon" : "u:r:msdp_sa:s0",
|
||||
"permission" : ["ohos.permission.ACCELEROMETER", "ohos.permission.DISTRIBUTED_DATASYNC", "ohos.permission.MICROPHONE"]
|
||||
"permission" : [
|
||||
"ohos.permission.ACCELEROMETER",
|
||||
"ohos.permission.DISTRIBUTED_DATASYNC",
|
||||
"ohos.permission.MICROPHONE",
|
||||
"ohos.permission.INPUT_MONITORING"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user