Merge "Add entries for some properties in default_prop"
This commit is contained in:
commit
406a391077
4 changed files with 70 additions and 5 deletions
|
@ -1297,7 +1297,13 @@
|
|||
(typeattributeset default_android_hwservice_30_0 (default_android_hwservice))
|
||||
(typeattributeset default_android_service_30_0 (default_android_service))
|
||||
(typeattributeset default_android_vndservice_30_0 (default_android_vndservice))
|
||||
(typeattributeset default_prop_30_0 (default_prop init_service_status_private_prop))
|
||||
(typeattributeset default_prop_30_0 (
|
||||
default_prop
|
||||
init_service_status_private_prop
|
||||
setupwizard_prop
|
||||
verity_status_prop
|
||||
zygote_wrap_prop
|
||||
))
|
||||
(typeattributeset dev_cpu_variant_30_0 (dev_cpu_variant))
|
||||
(typeattributeset device_30_0 (device))
|
||||
(typeattributeset device_config_activity_manager_native_boot_prop_30_0 (device_config_activity_manager_native_boot_prop))
|
||||
|
|
|
@ -11,6 +11,7 @@ get_prop(coredomain, lmkd_config_prop)
|
|||
get_prop(coredomain, localization_prop)
|
||||
get_prop(coredomain, pm_prop)
|
||||
get_prop(coredomain, radio_control_prop)
|
||||
get_prop(coredomain, setupwizard_prop)
|
||||
get_prop(coredomain, storagemanager_config_prop)
|
||||
get_prop(coredomain, surfaceflinger_color_prop)
|
||||
get_prop(coredomain, systemsound_config_prop)
|
||||
|
@ -20,6 +21,7 @@ get_prop(coredomain, usb_control_prop)
|
|||
get_prop(coredomain, userspace_reboot_config_prop)
|
||||
get_prop(coredomain, vold_config_prop)
|
||||
get_prop(coredomain, vts_status_prop)
|
||||
get_prop(coredomain, zygote_wrap_prop)
|
||||
|
||||
full_treble_only(`
|
||||
neverallow {
|
||||
|
|
|
@ -15,10 +15,13 @@ system_internal_prop(localization_prop)
|
|||
system_internal_prop(lower_kptr_restrict_prop)
|
||||
system_internal_prop(netd_stable_secret_prop)
|
||||
system_internal_prop(pm_prop)
|
||||
system_internal_prop(setupwizard_prop)
|
||||
system_internal_prop(system_adbd_prop)
|
||||
system_internal_prop(traced_perf_enabled_prop)
|
||||
system_internal_prop(userspace_reboot_log_prop)
|
||||
system_internal_prop(userspace_reboot_test_prop)
|
||||
system_internal_prop(verity_status_prop)
|
||||
system_internal_prop(zygote_wrap_prop)
|
||||
|
||||
# TODO Remove this property when Keystore 2.0 migration is complete b/171563717
|
||||
system_internal_prop(keystore2_enable_prop)
|
||||
|
@ -482,3 +485,15 @@ neverallow {
|
|||
-system_server
|
||||
-zygote
|
||||
} keystore2_enable_prop:file no_rw_file_perms;
|
||||
|
||||
neverallow {
|
||||
-init
|
||||
} zygote_wrap_prop:property_service set;
|
||||
|
||||
neverallow {
|
||||
-init
|
||||
} verity_status_prop:property_service set;
|
||||
|
||||
neverallow {
|
||||
-init
|
||||
} setupwizard_prop:property_service set;
|
||||
|
|
|
@ -94,6 +94,7 @@ test.sys.boot.reason u:object_r:test_boot_reason_prop:s0
|
|||
test.userspace_reboot.requested u:object_r:userspace_reboot_test_prop:s0
|
||||
sys.lmk. u:object_r:system_lmk_prop:s0
|
||||
sys.trace. u:object_r:system_trace_prop:s0
|
||||
wrap. u:object_r:zygote_wrap_prop:s0 prefix string
|
||||
|
||||
# Fastbootd protocol control property
|
||||
fastbootd.protocol u:object_r:fastbootd_protocol_prop:s0 exact enum usb tcp
|
||||
|
@ -361,6 +362,12 @@ keyguard.no_require_sim u:object_r:keyguard_config_prop:s0 exact bool
|
|||
|
||||
media.recorder.show_manufacturer_and_model u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.cache-params u:object_r:media_config_prop:s0 exact string
|
||||
media.stagefright.enable-aac u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.enable-fma2dp u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.enable-http u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.enable-player u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.enable-qcp u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.enable-scan u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.thumbnail.prefer_hw_codecs u:object_r:media_config_prop:s0 exact bool
|
||||
persist.sys.media.avsync u:object_r:media_config_prop:s0 exact bool
|
||||
|
||||
|
@ -435,6 +442,7 @@ ro.lmk.debug u:object_r:lmkd_config_prop:s0 exact bool
|
|||
ro.lmk.downgrade_pressure u:object_r:lmkd_config_prop:s0 exact int
|
||||
ro.lmk.kill_heaviest_task u:object_r:lmkd_config_prop:s0 exact bool
|
||||
ro.lmk.kill_timeout_ms u:object_r:lmkd_config_prop:s0 exact int
|
||||
ro.lmk.log_stats u:object_r:lmkd_config_prop:s0 exact bool
|
||||
ro.lmk.low u:object_r:lmkd_config_prop:s0 exact int
|
||||
ro.lmk.medium u:object_r:lmkd_config_prop:s0 exact int
|
||||
ro.lmk.psi_partial_stall_ms u:object_r:lmkd_config_prop:s0 exact int
|
||||
|
@ -459,7 +467,8 @@ ro.oem_unlock_supported u:object_r:oem_unlock_prop:s0 exact int
|
|||
|
||||
ro.rebootescrow.device u:object_r:rebootescrow_hal_prop:s0 exact string
|
||||
|
||||
ro.storage_manager.enabled u:object_r:storagemanager_config_prop:s0 exact bool
|
||||
ro.storage_manager.enabled u:object_r:storagemanager_config_prop:s0 exact bool
|
||||
ro.storage_manager.show_opt_in u:object_r:storagemanager_config_prop:s0 exact bool
|
||||
|
||||
ro.vehicle.hal u:object_r:vehicle_hal_prop:s0 exact string
|
||||
|
||||
|
@ -994,9 +1003,10 @@ ro.localization.locale_filter u:object_r:localization_prop:s0 exact string
|
|||
# Graphics related properties
|
||||
ro.opengles.version u:object_r:graphics_config_prop:s0 exact int
|
||||
|
||||
ro.gfx.driver.0 u:object_r:graphics_config_prop:s0 exact string
|
||||
ro.gfx.driver.1 u:object_r:graphics_config_prop:s0 exact string
|
||||
ro.gfx.angle.supported u:object_r:graphics_config_prop:s0 exact bool
|
||||
ro.gfx.driver.0 u:object_r:graphics_config_prop:s0 exact string
|
||||
ro.gfx.driver.1 u:object_r:graphics_config_prop:s0 exact string
|
||||
ro.gfx.angle.supported u:object_r:graphics_config_prop:s0 exact bool
|
||||
ro.gfx.driver_build_time u:object_r:graphics_config_prop:s0 exact int
|
||||
|
||||
graphics.gpu.profiler.support u:object_r:graphics_config_prop:s0 exact bool
|
||||
graphics.gpu.profiler.vulkan_layer_apk u:object_r:graphics_config_prop:s0 exact string
|
||||
|
@ -1013,3 +1023,35 @@ zygote.critical_window.minute u:object_r:zygote_config_prop:s0 exact int
|
|||
# Enable Keystore 2.0.
|
||||
# TODO remove this propertye when Keystore 2.0 migration is complete b/171563717
|
||||
ro.android.security.keystore2.enable u:object_r:keystore2_enable_prop:s0 exact bool
|
||||
|
||||
partition.system.verified u:object_r:verity_status_prop:s0 exact string
|
||||
partition.system_ext.verified u:object_r:verity_status_prop:s0 exact string
|
||||
partition.product.verified u:object_r:verity_status_prop:s0 exact string
|
||||
partition.vendor.verified u:object_r:verity_status_prop:s0 exact string
|
||||
|
||||
ro.setupwizard.enterprise_mode u:object_r:setupwizard_prop:s0 exact bool
|
||||
ro.setupwizard.esim_cid_ignore u:object_r:setupwizard_prop:s0 exact string
|
||||
ro.setupwizard.rotation_locked u:object_r:setupwizard_prop:s0 exact bool
|
||||
ro.setupwizard.wifi_on_exit u:object_r:setupwizard_prop:s0 exact bool
|
||||
|
||||
setupwizard.enable_assist_gesture_training u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.avoid_duplicate_tos u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.baseline_setupwizard_enabled u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.day_night_mode_enabled u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.deferred_setup_low_ram_filter u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.deferred_setup_notification u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.deferred_setup_suggestion u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.device_default_dark_mode u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.esim_enabled u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.google_services_deferred_setup_pretend_not_suw u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.lock_mobile_data u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.lock_mobile_data.carrier-1 u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.portal_notification u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.predeferred_enabled u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.return_partner_customization_bundle u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.show_pixel_tos u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.use_biometric_lock u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.feature.wallpaper_suggestion_after_restore u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.logging u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.metrics_debug_mode u:object_r:setupwizard_prop:s0 exact bool
|
||||
setupwizard.theme u:object_r:setupwizard_prop:s0 exact string
|
||||
|
|
Loading…
Reference in a new issue