Add rules for asec containers.

Change-Id: I91f6965dafad54e98e2f7deda956e86acf7d0c96
This commit is contained in:
repo sync 2013-05-08 14:16:08 -07:00
parent 2cb928ba4e
commit 11153ef349

4
app.te
View file

@ -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;