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

Grant untrusted_app dir access to asec_apk_file. am: 83348b0b

am: e0585ca8

Change-Id: I473381ffec422498cab41973e7e4f3119ddf6a64
parents 44a824db e0585ca8
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