commit | 5b7728338457ad4e89075584103dc5b81523e7c0 | [log] [tgz] |
---|---|---|
author | Daniel Cashman <dcashman@google.com> | Thu Mar 10 22:46:13 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 10 22:46:13 2016 +0000 |
tree | 31e084214ce9f40bc9c969895cef9864e5bae4e4 | |
parent | 5d2fe0e20b096f46919850bb89ffec57345e5fa9 [diff] | |
parent | 74ae21b31a94f584ce656307936de93c13e524b6 [diff] |
Merge "Allow domains to getattr proc lnk_file." into nyc-dev
diff --git a/domain.te b/domain.te index f2933ca..34faafd 100644 --- a/domain.te +++ b/domain.te
@@ -111,7 +111,7 @@ 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;