blob: cc6e0dbc98c75bc1aa627ad3f3656f4a762823ae [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute bootanim coredomain;
2
dcashmancc39f632016-07-22 13:13:11 -07003init_daemon_domain(bootanim)
Joel Galensonf7ec4132018-02-14 16:32:28 -08004
5# b/68864350
6dontaudit bootanim unlabeled:dir search;
Inseob Kim55e5c9b2020-03-04 17:20:35 +09007
Jeff Vander Stoep67896ee2020-04-02 13:36:17 +02008# Bootanim should not be reading default vendor-defined properties.
9dontaudit bootanim vendor_default_prop:file read;
10
Inseob Kim55e5c9b2020-03-04 17:20:35 +090011# Read ro.boot.bootreason b/30654343
12get_prop(bootanim, bootloader_boot_reason_prop)
Robert Horvath85049382021-04-15 14:55:37 +000013
14get_prop(bootanim, bootanim_config_prop)