Grant untrusted_app dir access to asec_apk_file.
am: 83348b0b94
Change-Id: Ia19aeffe64e733deb695206dcbd8cb824c9db222
This commit is contained in:
commit
e0585ca873
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ allow untrusted_app app_data_file:file { rx_file_perms execmod };
|
|||
|
||||
# ASEC
|
||||
allow untrusted_app asec_apk_file:file r_file_perms;
|
||||
allow untrusted_app asec_apk_file:dir r_dir_perms;
|
||||
# Execute libs in asec containers.
|
||||
allow untrusted_app asec_public_file:file { execute execmod };
|
||||
|
||||
|
|
Loading…
Reference in a new issue