blob: 41c9179e6aac4ce8e617571dd68ad1269c5b9612 [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)