Merge "sepolicy: allow hal_radioext_default binder call with servicemanager" into udc-dev

This commit is contained in:
Neo Yu 2023-03-27 02:36:56 +00:00 committed by Android (Google) Code Review
commit 5b1689534f

View file

@ -6,6 +6,7 @@ hwbinder_use(hal_radioext_default)
get_prop(hal_radioext_default, hwservicemanager_prop)
add_hwservice(hal_radioext_default, hal_radioext_hwservice)
binder_call(hal_radioext_default, servicemanager)
binder_call(hal_radioext_default, grilservice_app)
binder_call(hal_radioext_default, hal_bluetooth_btlinux)