Skip to content
Snippets Groups Projects
Commit 45aae512 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

bootanim: allow /proc/meminfo read

am: 7a35c136

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

Change-Id: Ib334afcf0375541f833e0afbdcc5108dbec4b009
parents 1867f33f 7a35c136
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment