From b4fcaeea344f882b2497b07f16d431038d476cb3 Mon Sep 17 00:00:00 2001 From: Vineeta Srivastava <vsrivastava@google.com> Date: Mon, 22 Sep 2014 13:03:52 -0700 Subject: [PATCH] sepolicy for oem cutomization Added read permissions for bootanimation Bug: 16635599 Change-Id: Ib5d0ba5a6d1144ff831f4f0eda092879f853c376 --- bootanim.te | 1 + 1 file changed, 1 insertion(+) diff --git a/bootanim.te b/bootanim.te index 3a0a76f0f..4f23659e0 100644 --- a/bootanim.te +++ b/bootanim.te @@ -11,3 +11,4 @@ allow bootanim gpu_device:chr_file rw_file_perms; # /oem access allow bootanim oemfs:dir search; +allow bootanim oemfs:file r_file_perms; -- GitLab