Skip to content

Commit

Permalink
Fix bootanim for some MTK devices
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Dec 3, 2018
1 parent 2a5a8a8 commit 92db753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sepolicy/bootanim.te
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#11-14 21:15:02.748 477 477 I auditd : type=1400 audit(0.0:104): avc: denied { search } for comm="BootAnimation" name="dri" dev="tmpfs" ino=1108 scontext=u:r:bootanim:s0 tcontext=u:object_r:gpu_device:s0 tclass=dir permissive=0
#Seen on some MTK devices
allow bootanim gpu_device:dir r_dir_perms;

0 comments on commit 92db753

Please sign in to comment.