Rename the binder cache key for hasSystemFeature()
The code that uses the property has not been committed, so this change has no impact on the codebase. Bug: 140788621 Test: build an image that combines this change with the client code and boot a phone. Verify that there are no policy violations. Change-Id: Ie6c1a791578c61adae5b71a38e61a2f5b20bb817
This commit is contained in:
parent
fc52615d13
commit
d3625cdcec
1 changed files with 1 additions and 1 deletions
|
@ -441,6 +441,6 @@ ro.surface_flinger.color_space_agnostic_dataspace u:object_r:exported_default_pr
|
||||||
ro.surface_flinger.refresh_rate_switching u:object_r:exported_default_prop:s0 exact bool
|
ro.surface_flinger.refresh_rate_switching u:object_r:exported_default_prop:s0 exact bool
|
||||||
|
|
||||||
# Binder cache properties. These are world-readable
|
# Binder cache properties. These are world-readable
|
||||||
binder.cache_key.has_system_feature u:object_r:binder_cache_system_server_prop:s0
|
cache_key.has_system_feature u:object_r:binder_cache_system_server_prop:s0
|
||||||
cache_key.is_interactive u:object_r:binder_cache_system_server_prop:s0
|
cache_key.is_interactive u:object_r:binder_cache_system_server_prop:s0
|
||||||
cache_key.is_power_save_mode u:object_r:binder_cache_system_server_prop:s0
|
cache_key.is_power_save_mode u:object_r:binder_cache_system_server_prop:s0
|
||||||
|
|
Loading…
Reference in a new issue