Whitelist prop persist.device_config.configuration. am: 1d9daf1c6e
am: 4d07ceb77c
Change-Id: I1ba271b7f896e53ee30385a575b8be74eaa11950
This commit is contained in:
commit
787970abeb
5 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
device_config_storage_native_boot_prop
|
||||
device_config_sys_traced_prop
|
||||
device_config_window_manager_native_boot_prop
|
||||
device_config_configuration_prop
|
||||
exported_camera_prop
|
||||
file_integrity_service
|
||||
fwk_automotive_display_hwservice
|
||||
|
|
|
@ -203,6 +203,7 @@ persist.device_config.runtime_native_boot. u:object_r:device_config_runtime_na
|
|||
persist.device_config.media_native. u:object_r:device_config_media_native_prop:s0
|
||||
persist.device_config.storage_native_boot. u:object_r:device_config_storage_native_boot_prop:s0
|
||||
persist.device_config.window_manager_native_boot. u:object_r:device_config_window_manager_native_boot_prop:s0
|
||||
persist.device_config.configuration. u:object_r:device_config_configuration_prop:s0
|
||||
|
||||
# Properties that relate to legacy server configurable flags
|
||||
persist.device_config.global_settings.sys_traced u:object_r:device_config_sys_traced_prop:s0
|
||||
|
|
|
@ -635,6 +635,7 @@ set_prop(system_server, device_config_media_native_prop)
|
|||
set_prop(system_server, device_config_storage_native_boot_prop)
|
||||
set_prop(system_server, device_config_sys_traced_prop)
|
||||
set_prop(system_server, device_config_window_manager_native_boot_prop)
|
||||
set_prop(system_server, device_config_configuration_prop)
|
||||
|
||||
# BootReceiver to read ro.boot.bootreason
|
||||
get_prop(system_server, bootloader_boot_reason_prop)
|
||||
|
|
|
@ -13,6 +13,7 @@ set_prop(flags_health_check, device_config_media_native_prop)
|
|||
set_prop(flags_health_check, device_config_storage_native_boot_prop)
|
||||
set_prop(flags_health_check, device_config_sys_traced_prop)
|
||||
set_prop(flags_health_check, device_config_window_manager_native_boot_prop)
|
||||
set_prop(flags_health_check, device_config_configuration_prop)
|
||||
|
||||
allow flags_health_check server_configurable_flags_data_file:dir rw_dir_perms;
|
||||
allow flags_health_check server_configurable_flags_data_file:file create_file_perms;
|
||||
|
|
|
@ -12,6 +12,7 @@ system_internal_prop(device_config_runtime_native_prop)
|
|||
system_internal_prop(device_config_storage_native_boot_prop)
|
||||
system_internal_prop(device_config_sys_traced_prop)
|
||||
system_internal_prop(device_config_window_manager_native_boot_prop)
|
||||
system_internal_prop(device_config_configuration_prop)
|
||||
system_internal_prop(firstboot_prop)
|
||||
system_internal_prop(gsid_prop)
|
||||
system_internal_prop(init_perf_lsm_hooks_prop)
|
||||
|
|
Loading…
Reference in a new issue