Skip to content
Snippets Groups Projects
Commit cda36e31 authored by Bryce Lee's avatar Bryce Lee
Browse files

Update sepolicy to allow ThermalObserver system service

Bug: 21445745
Change-Id: I59fd20f61a5e669e000f696f3738cc11071920aa
parent f5d828d4
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ type devicestoragemonitor_service, system_server_service, service_manager_type;
type diskstats_service, system_api_service, system_server_service, service_manager_type;
type display_service, app_api_service, system_server_service, service_manager_type;
type DockObserver_service, system_server_service, service_manager_type;
type ThermalObserver_service, system_server_service, service_manager_type;
type dreams_service, system_api_service, system_server_service, service_manager_type;
type dropbox_service, app_api_service, system_server_service, service_manager_type;
type ethernet_service, app_api_service, system_server_service, service_manager_type;
......
......@@ -34,6 +34,7 @@ diskstats u:object_r:diskstats_service:s0
display.qservice u:object_r:surfaceflinger_service:s0
display u:object_r:display_service:s0
DockObserver u:object_r:DockObserver_service:s0
ThermalObserver u:object_r:DockObserver_service:s0
dreams u:object_r:dreams_service:s0
drm.drmManager u:object_r:drmserver_service:s0
dropbox u:object_r:dropbox_service:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment