Skip to content
Snippets Groups Projects
Commit 9542a4e4 authored by Chad Brubaker's avatar Chad Brubaker Committed by android-build-merger
Browse files

Allow apps to read keychain_data_file links am: f247dcba am: a3f6339a am: 6269ecd0

am: 2561db9a

Change-Id: I8dbc5c1c1445792f8e944f2e13f4b31411bb0fb2
parents c388ce12 2561db9a
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,7 @@ allow { appdomain -isolated_app } app_data_file:notdevfile_class_set create_file
allow appdomain mnt_expand_file:dir r_dir_perms;
# Keychain and user-trusted credentials
allow appdomain keychain_data_file:dir r_dir_perms;
allow appdomain keychain_data_file:file r_file_perms;
r_dir_file(appdomain, keychain_data_file)
allow appdomain misc_user_data_file:dir r_dir_perms;
allow appdomain misc_user_data_file:file r_file_perms;
......
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