Skip to content
Snippets Groups Projects
Commit 24f1752d authored by Keun-young Park's avatar Keun-young Park Committed by Gerrit Code Review
Browse files

Merge "make ro.persistent_properties.ready accessible for hidl client"

parents 35f93189 f67c346a
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ ro.crypto. u:object_r:vold_prop:s0
# set at runtime by system_server.
ro.build.fingerprint u:object_r:fingerprint_prop:s0
ro.persistent_properties.ready u:object_r:persistent_properties_ready_prop:s0
# ctl properties
ctl.bootanim u:object_r:ctl_bootanim_prop:s0
ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
......
......@@ -34,6 +34,7 @@ type nfc_prop, property_type, core_property_type;
type overlay_prop, property_type;
type pan_result_prop, property_type, core_property_type;
type persist_debug_prop, property_type, core_property_type;
type persistent_properties_ready_prop, property_type;
type powerctl_prop, property_type, core_property_type;
type radio_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type;
......
......@@ -291,7 +291,7 @@ allow hwservicemanager $1:process getattr;
# stability). getService must also check for data to be mounted
# if the vintf promises the hal will be registered over hwbinder.
get_prop($1, hal_binderization_prop)
get_prop($1, boottime_prop)
get_prop($1, persistent_properties_ready_prop)
get_prop($1, vold_prop)
# rw access to /dev/hwbinder and /dev/ashmem is presently granted to
# all domains in domain.te.
......
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