Skip to content
Snippets Groups Projects
Commit bba94f80 authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

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

parents 0e055173 9c6749d7
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,6 @@
system_boot_reason_prop
system_net_netd_hwservice
system_update_service
test_prop
thermal_service
thermalcallback_hwservice
thermalserviced
......
......@@ -82,7 +82,6 @@
storaged_data_file
system_boot_reason_prop
system_update_service
test_prop
tombstone_wifi_data_file
trace_data_file
traced
......
......@@ -77,9 +77,6 @@ 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_prop)
###
### Neverallow rules
###
......
......@@ -71,7 +71,6 @@ 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. u:object_r:test_prop:s0
# Boolean property set by system server upon boot indicating
# if device owner is provisioned.
......
......@@ -51,7 +51,6 @@ 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_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