mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: aidl-support: Address avc denials
This commit is contained in:
parent
41a3c2f0b1
commit
9a2f223571
2 changed files with 5 additions and 0 deletions
|
|
@ -8,3 +8,5 @@ binder_use(hal_audio_route_default);
|
|||
|
||||
binder_call(hal_audio_route_default, audioserver)
|
||||
binder_call(audioserver, hal_audio_route_default)
|
||||
|
||||
allow hal_audio_route_default audioserver_service:service_manager find;
|
||||
|
|
|
|||
|
|
@ -12,3 +12,6 @@ allow hal_fmradio_default sysfs_fmradio_tune:dir search;
|
|||
allow hal_fmradio_default sysfs_virtual:dir search;
|
||||
allow hal_fmradio_default fm_radio_device:chr_file { read write open ioctl };
|
||||
|
||||
allow hal_fmradio_default hal_audio_route_service:service_manager find;
|
||||
|
||||
binder_call(hal_fmradio_default, hal_audio_route_default)
|
||||
|
|
|
|||
Loading…
Reference in a new issue