Skip to content
Snippets Groups Projects
Commit f040f632 authored by Tri Vo's avatar Tri Vo Committed by Gerrit Code Review
Browse files

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

parents 81d8b0ee 4b829da5
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,7 @@ allow shell proc_meminfo:file r_file_perms; ...@@ -115,6 +115,7 @@ allow shell proc_meminfo:file r_file_perms;
allow shell proc_modules:file r_file_perms; allow shell proc_modules:file r_file_perms;
allow shell proc_stat:file r_file_perms; allow shell proc_stat:file r_file_perms;
allow shell proc_timer: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; allow shell proc_zoneinfo:file r_file_perms;
r_dir_file(shell, cgroup) r_dir_file(shell, cgroup)
allow shell domain:dir { search open read getattr }; allow shell domain:dir { search open read getattr };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment