Skip to content
Snippets Groups Projects
Commit f247dcba authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Allow apps to read keychain_data_file links

Bug: 28746284
Change-Id: I59aa235ecba05e22aaa531e387a77f47267ac9ae
parent 9b5b32c0
No related branches found
No related tags found
No related merge requests found
...@@ -75,8 +75,7 @@ allow { appdomain -isolated_app } app_data_file:notdevfile_class_set create_file ...@@ -75,8 +75,7 @@ allow { appdomain -isolated_app } app_data_file:notdevfile_class_set create_file
allow appdomain mnt_expand_file:dir r_dir_perms; allow appdomain mnt_expand_file:dir r_dir_perms;
# Keychain and user-trusted credentials # Keychain and user-trusted credentials
allow appdomain keychain_data_file:dir r_dir_perms; r_dir_file(appdomain, keychain_data_file)
allow appdomain keychain_data_file:file r_file_perms;
allow appdomain misc_user_data_file:dir r_dir_perms; allow appdomain misc_user_data_file:dir r_dir_perms;
allow appdomain misc_user_data_file:file r_file_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