Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbf3187e authored by Sam Mortimer's avatar Sam Mortimer
Browse files

lineage sepolicy: add lineage-sdk services

Change-Id: I81d0ac1769a63d665140f92fc88a2e8228e0605a
parent 8ddb8f7f
Loading
Loading
Loading
Loading

common/service.te

0 → 100644
+8 −0
Original line number Diff line number Diff line
type lineage_audio_service, system_api_service, system_server_service, service_manager_type;
type lineage_hardware_service, system_api_service, system_server_service, service_manager_type;
type lineage_livedisplay_service, system_api_service, system_server_service, service_manager_type;
type lineage_performance_service, system_api_service, system_server_service, service_manager_type;
type lineage_profile_service, system_api_service, system_server_service, service_manager_type;
type lineage_status_bar_service, system_api_service, system_server_service, service_manager_type;
type lineage_telephony_service, system_api_service, system_server_service, service_manager_type;
type lineage_weather_service, system_api_service, system_server_service, service_manager_type;
+8 −0
Original line number Diff line number Diff line
lineageaudio                              u:object_r:lineage_audio_service:s0
lineagehardware                           u:object_r:lineage_hardware_service:s0
lineagelivedisplay                        u:object_r:lineage_livedisplay_service:s0
lineageperformance                        u:object_r:lineage_performance_service:s0
lineagestatusbar                          u:object_r:lineage_status_bar_service:s0
lineagetelephonymanager                   u:object_r:lineage_telephony_service:s0
lineageweather                            u:object_r:lineage_weather_service:s0
profile                                   u:object_r:lineage_profile_service:s0
+3 −0
Original line number Diff line number Diff line
allow untrusted_app lineage_weather_service:service_manager find;
allow untrusted_app lineage_status_bar_service:service_manager find;
allow untrusted_app lineage_profile_service:service_manager find;