Fix small copy/paste bug in recent shell rule.

Change-Id: Ia279dfd11cc093e066bff66d7397dfe9e906aba8
This commit is contained in:
Jeff Sharkey 2015-03-30 21:50:13 -07:00
parent 1c597f0cda
commit 983e2afe65

View file

@ -76,4 +76,4 @@ allow shell bootchart_data_file:dir rw_dir_perms;
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;