diff options
Diffstat (limited to 'sepolicy/whitechapel/vendor/google/bootanim.te')
-rw-r--r-- | sepolicy/whitechapel/vendor/google/bootanim.te | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sepolicy/whitechapel/vendor/google/bootanim.te b/sepolicy/whitechapel/vendor/google/bootanim.te new file mode 100644 index 00000000..7b3019df --- /dev/null +++ b/sepolicy/whitechapel/vendor/google/bootanim.te @@ -0,0 +1,5 @@ +# 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 r_dir_perms; |