Skip to content
Snippets Groups Projects
Commit 9604ca1d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow apps to read preloaded photos"

parents ba56d298 aa2a33a2
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,10 @@ allow untrusted_app self:process ptrace; ...@@ -94,6 +94,10 @@ allow untrusted_app self:process ptrace;
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