Skip to content
Snippets Groups Projects
Commit a20409bc authored by dcashman's avatar dcashman Committed by Gerrit Code Review
Browse files

Merge "Allow untrusted_app access to temporary apk files."

parents c15432df fbbe9e91
No related branches found
No related tags found
No related merge requests found
...@@ -95,3 +95,7 @@ neverallow untrusted_app service_manager_type:service_manager add; ...@@ -95,3 +95,7 @@ neverallow untrusted_app service_manager_type:service_manager add;
neverallow untrusted_app property_socket:sock_file write; neverallow untrusted_app property_socket:sock_file write;
neverallow untrusted_app init:unix_stream_socket connectto; neverallow untrusted_app init:unix_stream_socket connectto;
neverallow untrusted_app property_type:property_service set; neverallow untrusted_app property_type:property_service set;
# Allow verifier to access staged apks.
allow untrusted_app { apk_tmp_file apk_private_tmp_file }:dir r_dir_perms;
allow untrusted_app { apk_tmp_file apk_private_tmp_file }:file r_file_perms;
\ No newline at end of file
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