sepolicy for oem cutomization

Added read permissions for bootanimation

Bug: 16635599
Change-Id: Ib5d0ba5a6d1144ff831f4f0eda092879f853c376
diff --git a/bootanim.te b/bootanim.te
index 3a0a76f..4f23659 100644
--- a/bootanim.te
+++ b/bootanim.te
@@ -11,3 +11,4 @@
 
 # /oem access
 allow bootanim oemfs:dir search;
+allow bootanim oemfs:file r_file_perms;