xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/private/healthd.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1typeattribute healthd coredomain;
2
3init_daemon_domain(healthd)
4
5# Allow healthd to serve health HAL
6hal_server_domain(healthd, hal_health)
7
8# Healthd needs to tell init to continue the boot
9# process when running in charger mode.
10set_prop(healthd, system_prop)
11set_prop(healthd, exported_system_prop)
12set_prop(healthd, exported3_system_prop)
13