99ef225725
Bug: 204295952 Test: Build Change-Id: Id5c21d8de931fb6be01c7d1f9f6fe19dc6977de7
17 lines
449 B
Text
17 lines
449 B
Text
typeattribute bootanim coredomain;
|
|
|
|
init_daemon_domain(bootanim)
|
|
|
|
# b/68864350
|
|
dontaudit bootanim unlabeled:dir search;
|
|
|
|
# Bootanim should not be reading default vendor-defined properties.
|
|
dontaudit bootanim vendor_default_prop:file read;
|
|
|
|
# Read ro.boot.bootreason b/30654343
|
|
get_prop(bootanim, bootloader_boot_reason_prop)
|
|
|
|
get_prop(bootanim, bootanim_config_prop)
|
|
|
|
# Allow updating boot animation status.
|
|
set_prop(bootanim, bootanim_system_prop)
|