Skip to content
Snippets Groups Projects
Commit 53b760c2 authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
Browse files

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

am: 77a15a17

Change-Id: Ieb244d6ddf01198a0eb153b54141e0cc62533f71
parents e957228e 77a15a17
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,10 @@ r_dir_file(untrusted_app, proc_net) ...@@ -97,6 +97,10 @@ r_dir_file(untrusted_app, proc_net)
allow untrusted_app sysfs_hwrandom:dir search; allow untrusted_app sysfs_hwrandom:dir search;
allow untrusted_app sysfs_hwrandom:file r_file_perms; 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 ### 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