Merge "shell: grant access to /proc/version"

This commit is contained in:
Tri Vo 2017-10-23 20:49:23 +00:00 committed by Gerrit Code Review
commit f040f63230

View File

@ -115,6 +115,7 @@ allow shell proc_meminfo:file r_file_perms;
allow shell proc_modules:file r_file_perms;
allow shell proc_stat:file r_file_perms;
allow shell proc_timer:file r_file_perms;
allow shell proc_version:file r_file_perms;
allow shell proc_zoneinfo:file r_file_perms;
r_dir_file(shell, cgroup)
allow shell domain:dir { search open read getattr };