Skip to content
Snippets Groups Projects
Commit 77a15a17 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Allow apps to read preloaded photos" into nyc-mr1-dev

parents b4c824b9 e01654f9
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,10 @@ r_dir_file(untrusted_app, proc_net)
allow untrusted_app sysfs_hwrandom:dir search;
allow untrusted_app sysfs_hwrandom:file r_file_perms;
# Allow apps to view preloaded content
allow untrusted_app preloads_data_file:dir r_dir_perms;
allow untrusted_app preloads_data_file:file r_file_perms;
###
### neverallow rules
###
......
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