mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
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
8 lines
347 B
Plaintext
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;
|