mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Remove binder rules for rild to communicate with audioserver.
Test: Basicy telephony sanity Bug: 36565056 Change-Id: Ie315ca7b23d0ab64773de1d850b9b412d84b2557
This commit is contained in:
2
sepolicy/vendor/audioserver.te
vendored
2
sepolicy/vendor/audioserver.te
vendored
@@ -4,5 +4,3 @@ allow audioserver perfd_socket:sock_file write;
|
||||
|
||||
allow audioserver sysfs_soc:file r_file_perms;
|
||||
allow audioserver sysfs_soc:dir search;
|
||||
|
||||
binder_call(audioserver, rild)
|
||||
|
||||
5
sepolicy/vendor/rild.te
vendored
5
sepolicy/vendor/rild.te
vendored
@@ -1,8 +1,4 @@
|
||||
# TODO(b/36565056, b/36651714): Remove this once rild stops using Binder
|
||||
typeattribute rild binder_in_vendor_violators;
|
||||
binder_use(rild)
|
||||
binder_call(rild, per_mgr)
|
||||
binder_call(rild, audioserver)
|
||||
|
||||
vndbinder_use(rild)
|
||||
|
||||
@@ -15,7 +11,6 @@ unix_socket_connect(rild, netmgrd, netmgrd)
|
||||
allow rild vendor_file:file { execute_no_trans lock };
|
||||
|
||||
allow rild per_mgr_service:service_manager find;
|
||||
allow rild audioserver_service:service_manager find;
|
||||
|
||||
add_hwservice(rild, vnd_ims_radio_hwservice)
|
||||
add_hwservice(rild, vnd_qcrilhook_hwservice)
|
||||
|
||||
Reference in New Issue
Block a user