Merge "sepolicy: define vendor_satellite_service domain" into main
This commit is contained in:
commit
648fffe4e8
3 changed files with 9 additions and 0 deletions
|
@ -30,6 +30,7 @@ binder_call(rild, grilservice_app)
|
|||
binder_call(rild, vendor_engineermode_app)
|
||||
binder_call(rild, vendor_telephony_debug_app)
|
||||
binder_call(rild, logger_app)
|
||||
binder_call(rild, vendor_satellite_service)
|
||||
|
||||
crash_dump_fallback(rild)
|
||||
|
||||
|
|
|
@ -33,3 +33,5 @@ user=_app seinfo=platform name=com.samsung.slsi.engineermode domain=vendor_engin
|
|||
# Domain for CatEngineService
|
||||
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
|
||||
|
|
6
radio/vendor_satellite_service.te
Normal file
6
radio/vendor_satellite_service.te
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue