Skip to content
Snippets Groups Projects
Commit 5a745c89 authored by repo sync's avatar repo sync Committed by Android (Google) Code Review
Browse files

Merge "Add rules for asec containers." into jb-mr2-dev

parents 84beb00a 11153ef3
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;
# 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.
Finish editing this message first!
Please register or to comment