commit | 983e2afe6577699044285e57ea4d3dcc3b5cce5e | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Mon Mar 30 21:50:13 2015 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Mon Mar 30 21:50:13 2015 -0700 |
tree | 5b6c638d1daf2b19f3a5a0f0f35e2ae9454c5ab4 | |
parent | 1c597f0cda67f0b37de4b64666567526e67f40ba [diff] |
Fix small copy/paste bug in recent shell rule. Change-Id: Ia279dfd11cc093e066bff66d7397dfe9e906aba8
diff --git a/shell.te b/shell.te index e7d03e8..a58fc5d 100644 --- a/shell.te +++ b/shell.te
@@ -76,4 +76,4 @@ allow shell bootchart_data_file:file create_file_perms; # Follow the /storage/self/primary symlink -allow appdomain storage_file:lnk_file r_file_perms; +allow shell storage_file:lnk_file r_file_perms;