blob: b7f5808666b3383e0caea80562f86a99be54e77d [file] [log] [blame]
Hongyi Zhanga6f98922018-10-25 20:09:55 -07001typeattribute flags_health_check coredomain;
2
3init_daemon_domain(flags_health_check)
Inseob Kim55e5c9b2020-03-04 17:20:35 +09004
5set_prop(flags_health_check, device_config_boot_count_prop)
Dennis Shen3b8c57f2023-07-25 20:15:02 +00006set_prop(flags_health_check, device_config_core_experiments_team_internal_prop)
feiyuchen70e19422023-02-13 21:55:57 +00007set_prop(flags_health_check, device_config_edgetpu_native_prop)
Inseob Kim55e5c9b2020-03-04 17:20:35 +09008set_prop(flags_health_check, device_config_reset_performed_prop)
9set_prop(flags_health_check, device_config_runtime_native_boot_prop)
10set_prop(flags_health_check, device_config_runtime_native_prop)
11set_prop(flags_health_check, device_config_input_native_boot_prop)
Suren Baghdasaryan592e06c2021-08-04 12:31:43 -070012set_prop(flags_health_check, device_config_lmkd_native_prop)
Inseob Kim55e5c9b2020-03-04 17:20:35 +090013set_prop(flags_health_check, device_config_netd_native_prop)
Ian Hua91d153e2021-10-05 15:23:18 +010014set_prop(flags_health_check, device_config_nnapi_native_prop)
Inseob Kim55e5c9b2020-03-04 17:20:35 +090015set_prop(flags_health_check, device_config_activity_manager_native_boot_prop)
16set_prop(flags_health_check, device_config_media_native_prop)
Kalesh Singh9e257142022-04-06 14:31:26 -070017set_prop(flags_health_check, device_config_mglru_native_prop)
Yi Kong0ac00722020-10-27 02:29:52 +080018set_prop(flags_health_check, device_config_profcollect_native_boot_prop)
Tej Singhdd0988f2020-11-17 19:26:23 -080019set_prop(flags_health_check, device_config_statsd_native_prop)
20set_prop(flags_health_check, device_config_statsd_native_boot_prop)
Inseob Kim55e5c9b2020-03-04 17:20:35 +090021set_prop(flags_health_check, device_config_storage_native_boot_prop)
Nick Chalko81a4dd42021-02-11 09:12:51 -080022set_prop(flags_health_check, device_config_swcodec_native_prop)
Inseob Kim55e5c9b2020-03-04 17:20:35 +090023set_prop(flags_health_check, device_config_sys_traced_prop)
24set_prop(flags_health_check, device_config_window_manager_native_boot_prop)
25set_prop(flags_health_check, device_config_configuration_prop)
Xiao Ma2d6c9f02021-02-02 10:27:38 +000026set_prop(flags_health_check, device_config_connectivity_prop)
rnleeb6142ec2021-06-29 13:48:27 -070027set_prop(flags_health_check, device_config_surface_flinger_native_boot_prop)
Dennis Shendf3a1682023-08-16 19:10:13 +000028set_prop(flags_health_check, device_config_aconfig_flags_prop)
Richard Chang7057e4a2022-04-12 08:11:53 +000029set_prop(flags_health_check, device_config_vendor_system_native_prop)
Richard Chang74334ef2022-08-08 09:26:22 +000030set_prop(flags_health_check, device_config_vendor_system_native_boot_prop)
Andrew Sculld7bed772021-10-29 15:20:02 +010031set_prop(flags_health_check, device_config_virtualization_framework_native_prop)
Florian Mayer94926f52023-01-31 15:47:07 -080032set_prop(flags_health_check, device_config_memory_safety_native_boot_prop)
Florian Mayer5b3a8332022-06-08 10:45:18 -070033set_prop(flags_health_check, device_config_memory_safety_native_prop)
Vikram Gaure1c49f52022-09-29 21:20:22 +000034set_prop(flags_health_check, device_config_remote_key_provisioning_native_prop)
Mohi Montazerad059402022-12-09 10:23:37 -080035set_prop(flags_health_check, device_config_camera_native_prop)
Motomu Utsumi24732622023-05-11 19:36:18 +090036set_prop(flags_health_check, device_config_tethering_u_or_later_native_prop)
Dennis Shenbb028e32023-09-29 17:28:28 +000037set_prop(flags_health_check, next_boot_prop)
Inseob Kim55e5c9b2020-03-04 17:20:35 +090038
39# system property device_config_boot_count_prop is used for deciding when to perform server
40# configurable flags related disaster recovery. Mistakenly set up by unrelated components can, at a
41# wrong timing, trigger server configurable flag related disaster recovery, which will override
42# server configured values of all flags with default values.
43neverallow { domain -init -flags_health_check } device_config_boot_count_prop:property_service set;
44
45# system property device_config_reset_performed_prop is used for indicating whether server
46# configurable flags have been reset during booting. Mistakenly modified by unrelated components can
47# cause bad server configurable flags synced back to device.
48neverallow { domain -init -flags_health_check } device_config_reset_performed_prop:property_service set;