sepolicy: Add policy for globalactions service

Change-Id: Ib90683383ce2187d81f4b840033fe63d4f437ebb
This commit is contained in:
Fazil Sheik 2024-07-17 14:23:12 +05:30
parent a3be231ad1
commit 274ffaed61
2 changed files with 6 additions and 0 deletions

View File

@ -6,3 +6,6 @@ type pocket_service, system_api_service, system_server_service, service_manager_
# Lineage
type lineage_health_interface_service, system_api_service, system_server_service, service_manager_type;
# Lineage Global action
type lineage_globalactions_service, system_api_service, system_server_service, service_manager_type;

View File

@ -9,3 +9,6 @@ pocket u:object_r:pocket_service:s0
# Lineage
lineagehealth u:object_r:lineage_health_interface_service:s0
# Lineage global actions
lineageglobalactions u:object_r:lineage_globalactions_service:s0