mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: sepolicy: use binder_call macro
This commit is contained in:
parent
fde9ae1b2a
commit
1ae356f310
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue