From 1ae356f310e76278d672e2d033dc45d5d8aff503 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Sun, 16 Oct 2022 11:03:00 +0900 Subject: [PATCH] universal7885: sepolicy: use binder_call macro --- universal7885-common/sepolicy/private/system_app.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)