Skip to content
Snippets Groups Projects
Commit 0b910049 authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

Move device serial behing a permission - selinux

am: 3286fca7

Change-Id: I33086026f3ac103350c866c47a14bdb6d7efac95
parents ebcc814e 3286fca7
Branches
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ type cpuinfo_service, system_api_service, system_server_service, service_manager ...@@ -47,6 +47,7 @@ type cpuinfo_service, system_api_service, system_server_service, service_manager
type dbinfo_service, system_api_service, system_server_service, service_manager_type; type dbinfo_service, system_api_service, system_server_service, service_manager_type;
type device_policy_service, app_api_service, system_server_service, service_manager_type; type device_policy_service, app_api_service, system_server_service, service_manager_type;
type deviceidle_service, app_api_service, system_server_service, service_manager_type; type deviceidle_service, app_api_service, system_server_service, service_manager_type;
type device_identifiers_service, app_api_service, system_server_service, service_manager_type;
type devicestoragemonitor_service, system_server_service, service_manager_type; type devicestoragemonitor_service, system_server_service, service_manager_type;
type diskstats_service, system_api_service, system_server_service, service_manager_type; type diskstats_service, system_api_service, system_server_service, service_manager_type;
type display_service, app_api_service, system_server_service, service_manager_type; type display_service, app_api_service, system_server_service, service_manager_type;
......
...@@ -30,6 +30,7 @@ country_detector u:object_r:country_detector_service:s0 ...@@ -30,6 +30,7 @@ country_detector u:object_r:country_detector_service:s0
cpuinfo u:object_r:cpuinfo_service:s0 cpuinfo u:object_r:cpuinfo_service:s0
dbinfo u:object_r:dbinfo_service:s0 dbinfo u:object_r:dbinfo_service:s0
device_policy u:object_r:device_policy_service:s0 device_policy u:object_r:device_policy_service:s0
device_identifiers u:object_r:device_identifiers_service:s0
deviceidle u:object_r:deviceidle_service:s0 deviceidle u:object_r:deviceidle_service:s0
devicestoragemonitor u:object_r:devicestoragemonitor_service:s0 devicestoragemonitor u:object_r:devicestoragemonitor_service:s0
diskstats u:object_r:diskstats_service:s0 diskstats u:object_r:diskstats_service:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment