sepolicy: define vendor_satellite_service domain

vendor_satellite_service domain is for VendorSatelliteService.
  package: com.samsung.slsi.telephony.satelliteservice
  policy: vendor_satellite_service.te

Bug: 303240366
Bug: 304696411
Test: make

Change-Id: Ib7024d0397eda6d7f4e0809a1824dc550948207d
Signed-off-by: Sungwoo choi <sungwoo48.choi@samsung.com>
This commit is contained in:
Sungwoo choi 2023-10-27 11:37:29 +09:00 committed by timtmlin
parent 519a15e014
commit b750cf8179
3 changed files with 9 additions and 0 deletions

View file

@ -30,6 +30,7 @@ binder_call(rild, grilservice_app)
binder_call(rild, vendor_engineermode_app) binder_call(rild, vendor_engineermode_app)
binder_call(rild, vendor_telephony_debug_app) binder_call(rild, vendor_telephony_debug_app)
binder_call(rild, logger_app) binder_call(rild, logger_app)
binder_call(rild, vendor_satellite_service)
crash_dump_fallback(rild) crash_dump_fallback(rild)

View file

@ -32,3 +32,5 @@ user=_app seinfo=platform name=com.samsung.slsi.engineermode domain=vendor_engin
# Domain for CatEngineService # Domain for CatEngineService
user=system seinfo=platform name=com.google.android.CatEngine domain=cat_engine_service_app type=system_app_data_file levelFrom=all user=system seinfo=platform name=com.google.android.CatEngine domain=cat_engine_service_app type=system_app_data_file levelFrom=all
# Vendor Satellite Service
user=_app isPrivApp=true seinfo=platform name=com.samsung.slsi.telephony.satelliteservice domain=vendor_satellite_service levelFrom=all

View file

@ -0,0 +1,6 @@
type vendor_satellite_service, domain;
app_domain(vendor_satellite_service);
allow vendor_satellite_service app_api_service:service_manager find;
allow vendor_satellite_service hal_exynos_rild_hwservice:hwservice_manager find;
binder_call(vendor_satellite_service, rild)