From 92db7539d07ddb90f89fb611c6f32f3f72b3f349 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 3 Dec 2018 21:19:49 +0100 Subject: [PATCH] Fix bootanim for some MTK devices --- sepolicy/bootanim.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sepolicy/bootanim.te diff --git a/sepolicy/bootanim.te b/sepolicy/bootanim.te new file mode 100644 index 0000000..bba8c50 --- /dev/null +++ b/sepolicy/bootanim.te @@ -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;