Grant untrusted_app dir access to asec_apk_file.

am: 83348b0b94

Change-Id: Ia19aeffe64e733deb695206dcbd8cb824c9db222
This commit is contained in:
dcashman 2016-07-15 17:21:38 +00:00 committed by android-build-merger
commit e0585ca873

View file

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