Merge "Add sepolicy for AppIntegrityService." am: 09ecf475e9
am: 007ce1a1b1
am: 2a12b1c3f1
Change-Id: I7ce5cef33585e63e03d3f7a56714be36083e52e9
This commit is contained in:
commit
8ab6394644
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
(typeattribute new_objects)
|
||||
(typeattributeset new_objects
|
||||
( new_objects
|
||||
app_integrity_service
|
||||
app_search_service
|
||||
auth_service
|
||||
ashmem_libcutils_device
|
||||
|
|
|
@ -10,6 +10,7 @@ android.os.UpdateEngineService u:object_r:update_engine_service:s0
|
|||
android.security.keystore u:object_r:keystore_service:s0
|
||||
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
|
||||
app_binding u:object_r:app_binding_service:s0
|
||||
app_integrity u:object_r:app_integrity_service:s0
|
||||
app_prediction u:object_r:app_prediction_service:s0
|
||||
app_search u:object_r:app_search_service:s0
|
||||
apexservice u:object_r:apex_service:s0
|
||||
|
|
|
@ -45,6 +45,7 @@ type activity_task_service, app_api_service, ephemeral_app_api_service, system_s
|
|||
type adb_service, system_api_service, system_server_service, service_manager_type;
|
||||
type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type app_binding_service, system_server_service, service_manager_type;
|
||||
type app_integrity_service, system_api_service, system_server_service, service_manager_type;
|
||||
type app_prediction_service, app_api_service, system_server_service, service_manager_type;
|
||||
type app_search_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue