1d967dd697
Bug: 16529906 Test: /data/bootanim is labeled correctly. BootAnimation can access this folder. Change-Id: Ic6a438d7a139b4864c4795dcac613cb819a81631
20 lines
524 B
Text
20 lines
524 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)
|
|
|
|
# Allow accessing /data/bootanim
|
|
r_dir_file(bootanim, bootanim_data_file)
|