commit | 11153ef34928ab9d13658606695cba192aa03e21 | [log] [tgz] |
---|---|---|
author | repo sync <gcondra@google.com> | Wed May 08 14:16:08 2013 -0700 |
committer | repo sync <gcondra@google.com> | Wed May 08 14:18:33 2013 -0700 |
tree | 3e2241a3465fcfe1418ff4795eac285ada03474a | |
parent | 2cb928ba4ecc6e267bf88d8f0085b9236f2a151c [diff] |
Add rules for asec containers. Change-Id: I91f6965dafad54e98e2f7deda956e86acf7d0c96
diff --git a/app.te b/app.te index eaede55..c91f566 100644 --- a/app.te +++ b/app.te
@@ -191,3 +191,7 @@ # 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