xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/private/bootanim.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Workertypeattribute bootanim coredomain;
2*e4a36f41SAndroid Build Coastguard Worker
3*e4a36f41SAndroid Build Coastguard Workerinit_daemon_domain(bootanim)
4*e4a36f41SAndroid Build Coastguard Worker
5*e4a36f41SAndroid Build Coastguard Worker# b/68864350
6*e4a36f41SAndroid Build Coastguard Workerdontaudit bootanim unlabeled:dir search;
7*e4a36f41SAndroid Build Coastguard Worker
8*e4a36f41SAndroid Build Coastguard Worker# Bootanim should not be reading default vendor-defined properties.
9*e4a36f41SAndroid Build Coastguard Workerdontaudit bootanim vendor_default_prop:file read;
10*e4a36f41SAndroid Build Coastguard Worker
11*e4a36f41SAndroid Build Coastguard Worker# Read ro.boot.bootreason b/30654343
12*e4a36f41SAndroid Build Coastguard Workerget_prop(bootanim, bootloader_boot_reason_prop)
13*e4a36f41SAndroid Build Coastguard Worker
14*e4a36f41SAndroid Build Coastguard Workerget_prop(bootanim, bootanim_config_prop)
15*e4a36f41SAndroid Build Coastguard Worker
16*e4a36f41SAndroid Build Coastguard Worker# Allow updating boot animation status.
17*e4a36f41SAndroid Build Coastguard Workerset_prop(bootanim, bootanim_system_prop)
18