universal7885: sepolicy: use binder_call macro

This commit is contained in:
roynatech2544 2022-10-16 11:03:00 +09:00
commit 1ae356f310

View file

@ -1,11 +1,11 @@
# SamsungParts
allow system_app hal_parts_service:service_manager find;
allow system_app hal_parts_default:binder call;
binder_call(system_app, hal_parts_default)
r_dir_file(system_app, parts_data_file)
# FMRadio
allow system_app hal_fmradio_service:service_manager find;
allow system_app hal_fmradio_default:binder call;
binder_call(system_app, hal_fmradio_default)