From 69cf9927884544985341f6533c05a961093b0c8a Mon Sep 17 00:00:00 2001 From: Tri Vo <trong@google.com> Date: Sat, 16 Sep 2017 14:01:00 -0700 Subject: [PATCH] Remove bootanim access to proc label. Bug: 65643247 Test: device boots without denials from bootanim to proc. Change-Id: I0454a2bd4489d7816d82a299f5bc199d6a299ec0 --- public/bootanim.te | 1 - 1 file changed, 1 deletion(-) diff --git a/public/bootanim.te b/public/bootanim.te index 7e1604750..9ca6be052 100644 --- a/public/bootanim.te +++ b/public/bootanim.te @@ -31,7 +31,6 @@ allow bootanim hal_graphics_allocator:fd use; allow bootanim hal_graphics_composer:fd use; # Read access to pseudo filesystems. -r_dir_file(bootanim, proc) allow bootanim proc_meminfo:file r_file_perms; r_dir_file(bootanim, sysfs) r_dir_file(bootanim, cgroup) -- GitLab