Skip to content
Snippets Groups Projects
Commit 5b772833 authored by Daniel Cashman's avatar Daniel Cashman Committed by Android (Google) Code Review
Browse files

Merge "Allow domains to getattr proc lnk_file." into nyc-dev

parents 5d2fe0e2 74ae21b3
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ allow domain system_data_file:dir { search getattr };
allow domain system_data_file:lnk_file read;
# required by the dynamic linker
allow domain proc:lnk_file read;
allow domain proc:lnk_file { getattr read };
# /proc/cpuinfo
allow domain proc_cpuinfo:file r_file_perms;
......
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