Skip to content
Snippets Groups Projects
Commit 6537eb89 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "FrameworksServicesTests: allow access to test.sys.boot.reason property"...

Merge "FrameworksServicesTests: allow access to test.sys.boot.reason property" into pi-dev am: 2cdcdc6e
am: b36f9988

Change-Id: I650c51b85bb6e0d9b8be2fd67ec2a03617547f67
parents 7432ce51 b36f9988
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@
system_boot_reason_prop
system_net_netd_hwservice
system_update_service
test_boot_reason_prop
thermal_service
thermalcallback_hwservice
thermalserviced
......
......@@ -85,6 +85,7 @@
storaged_data_file
system_boot_reason_prop
system_update_service
test_boot_reason_prop
tombstone_wifi_data_file
trace_data_file
traced
......
......@@ -74,6 +74,9 @@ read_runtime_log_tags(platform_app)
allow platform_app system_server:udp_socket {
connect getattr read recvfrom sendto write getopt setopt };
# allow platform apps to connect to the property service
set_prop(platform_app, test_boot_reason_prop)
###
### Neverallow rules
###
......
......@@ -71,6 +71,7 @@ ro.boot.bootreason u:object_r:bootloader_boot_reason_prop:s0
persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0
sys.boot.reason u:object_r:system_boot_reason_prop:s0
pm. u:object_r:pm_prop:s0
test.sys.boot.reason u:object_r:test_boot_reason_prop:s0
# Boolean property set by system server upon boot indicating
# if device owner is provisioned.
......
......@@ -51,6 +51,7 @@ type shell_prop, property_type, core_property_type;
type system_boot_reason_prop, property_type;
type system_prop, property_type, core_property_type;
type system_radio_prop, property_type, core_property_type;
type test_boot_reason_prop, property_type;
type traced_enabled_prop, property_type;
type vold_prop, property_type, core_property_type;
type wifi_log_prop, property_type, log_property_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