diff --git a/universal7885-common/sepolicy/private/system_app.te b/universal7885-common/sepolicy/private/system_app.te index 520a394..4903fd8 100644 --- a/universal7885-common/sepolicy/private/system_app.te +++ b/universal7885-common/sepolicy/private/system_app.te @@ -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)