bootanim: allow /proc/meminfo read

am: 7a35c13

* commit '7a35c136a4486bd14493b7b333a14a2db8db861e':
  bootanim: allow /proc/meminfo read

Change-Id: Ib334afcf0375541f833e0afbdcc5108dbec4b009
This commit is contained in:
Nick Kralevich 2016-03-31 21:59:04 +00:00 committed by android-build-merger
commit 45aae51253
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ allow bootanim ion_device:chr_file rw_file_perms;
# 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)

View file

@ -57,7 +57,7 @@ r_dir_file(domain_deprecated, proc)
r_dir_file(domain_deprecated, sysfs)
r_dir_file(domain_deprecated, inotify)
r_dir_file(domain_deprecated, cgroup)
r_dir_file(domain_deprecated, proc_meminfo)
allow domain_deprecated proc_meminfo:file r_file_perms;
r_dir_file(domain_deprecated, proc_net)
# Get SELinux enforcing status.