summaryrefslogtreecommitdiff
path: root/vendor/qcom/common/bootanim.te
blob: 934ca3e07c4461393f64778b67cbe1e9f781b42a (plain)
1
2
3
4
5
6
7
8
9
10
get_prop(bootanim, vendor_display_prop)

# TODO(b/62954877). On Android Wear, bootanim reads the time
# during boot to display. It currently gets that time from a file
# in /data/system. This should be moved. In the meantime, suppress
# this denial on phones since this functionality is not used.
dontaudit bootanim system_data_file:dir read;

dontaudit bootanim sysfs_msm_subsys:dir search;
dontaudit bootanim sysfs_msm_subsys:file r_file_perms;