Skip to content
Snippets Groups Projects
Commit 67476823 authored by gcondra@google.com's avatar gcondra@google.com Committed by Android Git Automerger
Browse files

am 5a745c89: Merge "Add rules for asec containers." into jb-mr2-dev

* commit '5a745c89':
  Add rules for asec containers.
parents a5550560 5a745c89
No related branches found
No related tags found
No related merge requests found
...@@ -191,3 +191,7 @@ allow { appdomain isolated_app } system_data_file:lnk_file getattr; ...@@ -191,3 +191,7 @@ allow { appdomain isolated_app } system_data_file:lnk_file getattr;
# Allow all applications to read downloaded files # Allow all applications to read downloaded files
allow appdomain download_file:file r_file_perms; allow appdomain download_file:file r_file_perms;
file_type_auto_trans(appdomain, download_file, download_file) file_type_auto_trans(appdomain, download_file, download_file)
# ASEC
allow untrusted_app asec_apk_file:dir { getattr };
allow untrusted_app asec_apk_file:file r_file_perms;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment