Merge "Add all supported instance names for audio IModule" am: ffae136437
am: 7ea2e57cb2
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2336911 Change-Id: I1854c9f8287f2165f80c2c24ae484e1d42ce1093 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
13fe16936e
2 changed files with 15 additions and 0 deletions
|
@ -25,6 +25,13 @@ var (
|
|||
ServiceFuzzerBindings = map[string][]string{
|
||||
"android.hardware.audio.core.IConfig/default": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/default": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/a2dp": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/bluetooth": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/hearing_aid": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/msd": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/r_submix": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/stub": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.core.IModule/usb": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.audio.effect.IFactory/default": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.authsecret.IAuthSecret/default": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.automotive.evs.IEvsEnumerator/hw/0": EXCEPTION_NO_FUZZER,
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
android.frameworks.stats.IStats/default u:object_r:fwk_stats_service:s0
|
||||
android.frameworks.sensorservice.ISensorManager/default u:object_r:fwk_sensor_service:s0
|
||||
android.hardware.audio.core.IConfig/default u:object_r:hal_audio_service:s0
|
||||
# 'default' IModule is equivalent to 'primary' in HIDL
|
||||
android.hardware.audio.core.IModule/default u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.core.IModule/a2dp u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.core.IModule/bluetooth u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.core.IModule/hearing_aid u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.core.IModule/msd u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.core.IModule/r_submix u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.core.IModule/stub u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.core.IModule/usb u:object_r:hal_audio_service:s0
|
||||
android.hardware.audio.effect.IFactory/default u:object_r:hal_audio_service:s0
|
||||
android.hardware.authsecret.IAuthSecret/default u:object_r:hal_authsecret_service:s0
|
||||
android.hardware.automotive.evs.IEvsEnumerator/hw/0 u:object_r:hal_evs_service:s0
|
||||
|
|
Loading…
Reference in a new issue