Skip to content
Snippets Groups Projects
Commit c496db32 authored by Eugene Susla's avatar Eugene Susla
Browse files

Add SELinux service for RoleManagerService

Test: ensure no build failures;
add RoleManagerService as a boot phase
ensure no SecurityException in logcat on boot
Change-Id: Ia0803c0fb084fe2b12f5c20f5e46354d0dd1aedf
parent 049c03d8
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@
perfprofd_service
property_info
recovery_socket
role_service
secure_element
secure_element_device
secure_element_tmpfs
......
......@@ -118,6 +118,7 @@
perfprofd_service
property_info
recovery_socket
role_service
secure_element
secure_element_device
secure_element_service
......
......@@ -52,6 +52,7 @@
mnt_product_file
overlayfs_file
recovery_socket
role_service
super_block_device
system_lmk_prop
system_suspend_hwservice
......
......@@ -142,6 +142,7 @@ radio.phone u:object_r:radio_service:s0
radio.sms u:object_r:radio_service:s0
recovery u:object_r:recovery_service:s0
restrictions u:object_r:restrictions_service:s0
role u:object_r:role_service:s0
rttmanager u:object_r:rttmanager_service:s0
samplingprofiler u:object_r:samplingprofiler_service:s0
scheduling_policy u:object_r:scheduling_policy_service:s0
......
......@@ -132,6 +132,7 @@ type procstats_service, app_api_service, ephemeral_app_api_service, system_serve
type recovery_service, system_server_service, service_manager_type;
type registry_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type restrictions_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type role_service, app_api_service, system_server_service, service_manager_type;
type rttmanager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type samplingprofiler_service, system_server_service, service_manager_type;
type scheduling_policy_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment