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

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

* commit '67476823':
  Add rules for asec containers.
parents b03f510d 67476823
Branches
Tags
No related merge requests found
......@@ -191,3 +191,7 @@ allow { appdomain isolated_app } system_data_file:lnk_file getattr;
# Allow all applications to read downloaded files
allow appdomain download_file:file r_file_perms;
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