audio: add radio sepolicy for hidl/aidl
Bug: 297482504 Test: build pass Change-Id: I012639ed59d25709d15d7046a92e8ceab7ac96f8 Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
46d6a88211
commit
2fe60dc4fc
2 changed files with 4 additions and 0 deletions
2
audio/sepolicy/aidl/radio.te
Normal file
2
audio/sepolicy/aidl/radio.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
allow radio hal_audio_ext_service:service_manager find;
|
||||||
|
binder_call(radio, hal_audio_default)
|
2
audio/sepolicy/hidl/radio.te
Normal file
2
audio/sepolicy/hidl/radio.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
allow radio hal_audio_ext_hwservice:hwservice_manager find;
|
||||||
|
binder_call(radio, hal_audio_default)
|
Loading…
Add table
Add a link
Reference in a new issue