2017-03-23 22:27:32 +01:00
|
|
|
typeattribute bootanim coredomain;
|
|
|
|
|
2016-07-22 22:13:11 +02:00
|
|
|
init_daemon_domain(bootanim)
|
2018-02-15 01:32:28 +01:00
|
|
|
|
|
|
|
# b/68864350
|
|
|
|
dontaudit bootanim unlabeled:dir search;
|
2020-03-04 09:20:35 +01:00
|
|
|
|
2020-04-02 13:36:17 +02:00
|
|
|
# Bootanim should not be reading default vendor-defined properties.
|
|
|
|
dontaudit bootanim vendor_default_prop:file read;
|
|
|
|
|
2020-03-04 09:20:35 +01:00
|
|
|
# Read ro.boot.bootreason b/30654343
|
|
|
|
get_prop(bootanim, bootloader_boot_reason_prop)
|
2021-04-15 16:55:37 +02:00
|
|
|
|
2021-04-28 14:57:11 +02:00
|
|
|
get_prop(bootanim, bootanim_config_prop)
|
|
|
|
|
|
|
|
# Allow updating boot animation status.
|
|
|
|
set_prop(bootanim, bootanim_system_prop)
|
2021-12-23 23:37:41 +01:00
|
|
|
|
|
|
|
# Allow accessing /data/bootanim
|
|
|
|
r_dir_file(bootanim, bootanim_data_file)
|