replicant-vendor_replicant/sepolicy/service.te
Luis Vidal 6d61d301e5 Add Weather Content Provider [3/5]
Introduce the weather system feature, which will be used to
identify if the Weather Content Provider/Weather services are
available in the device.

Add SELinux entries for the cmweather service

Change-Id: Ibe862903095276f87f23c0d7dae54733eeeb5638
2016-03-31 17:42:56 -07:00

16 lines
1.3 KiB
Plaintext

type edge_gesture_service, system_api_service, system_server_service, service_manager_type;
type themes_service, system_api_service, system_server_service, service_manager_type;
type torch_service, system_api_service, system_server_service, service_manager_type;
type kill_switch_service, system_api_service, system_server_service, service_manager_type;
type cm_status_bar_service, system_api_service, system_server_service, service_manager_type;
type cm_profile_service, system_api_service, system_server_service, service_manager_type;
type cm_partner_interface, system_api_service, system_server_service, service_manager_type;
type cm_telephony_service, system_api_service, system_server_service, service_manager_type;
type cm_hardware_service, system_api_service, system_server_service, service_manager_type;
type cm_app_suggest_service, system_api_service, system_server_service, service_manager_type;
type cm_performance_service, system_api_service, system_server_service, service_manager_type;
type cm_themes_service, system_api_service, system_server_service, service_manager_type;
type cm_iconcache_service, system_api_service, system_server_service, service_manager_type;
type cm_livelockscreen_service, system_api_service, system_server_service, service_manager_type;
type cm_weather_service, system_api_service, system_server_service, service_manager_type;