Allow to set vendor_rild_prop for oemrilservice_app

Bug: 193367138
Test: make sure no denied logs in oemrilservice_app when access the
radio property

Signed-off-by: Sungwoo choi <sungwoo48.choi@samsung.com>
Change-Id: I9014002476df7b4e650f7a5a2f153e4eca47d23d
This commit is contained in:
Sungwoo choi 2021-07-16 11:19:15 +09:00 committed by Gary Jian
parent 5305955a86
commit b47cdf282a

View file

@ -1,6 +1,8 @@
type oemrilservice_app, domain;
app_domain(oemrilservice_app)
set_prop(oemrilservice_app, vendor_rild_prop);
allow oemrilservice_app app_api_service:service_manager find;
allow oemrilservice_app radio_service:service_manager find;
allow oemrilservice_app hal_exynos_rild_hwservice:hwservice_manager find;