Files
device_google_wahoo/sepolicy/vendor/bootanim.te
Jeff Vander Stoep 3ecc3b2913 bootanim: suppress selinux denial
Reading time from /data/system/time is not used on Wahoo.

denied { read } for pid=619 comm="BootAnimation::" name="system"
scontext=u:r:bootanim:s0 tcontext=u:object_r:system_data_file:s0
tclass=dir

Bug: 62954877
Test: build policy
Change-Id: I0d5bc69797f7a11ca4e612c00228e87dd48942c7
2017-06-26 09:58:22 -07:00

8 lines
347 B
Plaintext

allow bootanim hwservicemanager:binder call;
# 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 wahoo since this functionality is not used.
dontaudit bootanim system_data_file:dir read;