sepolicy: Add policy for globalactions service
Change-Id: Ib90683383ce2187d81f4b840033fe63d4f437ebb
This commit is contained in:
parent
a3be231ad1
commit
274ffaed61
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue