forked from LineageOS/android_device_lineage_sepolicy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lineage sepolicy: add lineage-sdk services
Change-Id: I81d0ac1769a63d665140f92fc88a2e8228e0605a
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
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; |