kunlun2: Address FM Radio denials
This commit is contained in:
parent
0febe60110
commit
ad74ced2e6
4 changed files with 5 additions and 0 deletions
2
sepolicy/private/fm_app.te
Normal file
2
sepolicy/private/fm_app.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
allow vendor_fm_app hal_fm_hwservice:hwservice_manager find;
|
||||
allow vendor_fm_app hal_bluetooth:binder { call transfer };
|
1
sepolicy/private/hal_bluetooth.te
Normal file
1
sepolicy/private/hal_bluetooth.te
Normal file
|
@ -0,0 +1 @@
|
|||
allow hal_bluetooth vendor_fm_app:binder call;
|
|
@ -1 +1,2 @@
|
|||
type hal_display_color_hwservice, hwservice_manager_type;
|
||||
type hal_fm_hwservice, hwservice_manager_type;
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
vendor.display.color::IDisplayColor u:object_r:hal_display_color_hwservice:s0
|
||||
vendor.qti.hardware.fm::IFmHci u:object_r:hal_fm_hwservice:s0
|
||||
|
|
Loading…
Reference in a new issue