Add rules for asec containers.
Change-Id: I91f6965dafad54e98e2f7deda956e86acf7d0c96
This commit is contained in:
parent
2cb928ba4e
commit
11153ef349
1 changed files with 4 additions and 0 deletions
4
app.te
4
app.te
|
@ -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;
|
Loading…
Reference in a new issue