sanders: sepolicy: Fix more denials

This commit is contained in:
jhenrique09
2018-01-22 20:53:55 -02:00
committed by therootlord
parent b237828d88
commit 2081af0064
12 changed files with 43 additions and 15 deletions

7
sepolicy/bootanim.te Normal file
View File

@@ -0,0 +1,7 @@
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;