Skip to content
Snippets Groups Projects
Commit e0585ca8 authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Grant untrusted_app dir access to asec_apk_file.

am: 83348b0b

Change-Id: Ia19aeffe64e733deb695206dcbd8cb824c9db222
parents 47b12481 83348b0b
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ allow untrusted_app app_data_file:file { rx_file_perms execmod }; ...@@ -31,6 +31,7 @@ allow untrusted_app app_data_file:file { rx_file_perms execmod };
# ASEC # ASEC
allow untrusted_app asec_apk_file:file r_file_perms; 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. # Execute libs in asec containers.
allow untrusted_app asec_public_file:file { execute execmod }; allow untrusted_app asec_public_file:file { execute execmod };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment