Skip to content
Snippets Groups Projects
Commit 3a1f6cce authored by Sharif Inamdar's avatar Sharif Inamdar Committed by Android Git Automerger
Browse files

am d9966044: am 99b40521: Allow system_app to access /data/data link files

* commit 'd9966044':
  Allow system_app to access /data/data link files
parents e8d614b2 d9966044
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ binder_service(system_app) ...@@ -10,7 +10,7 @@ binder_service(system_app)
# Read and write /data/data subdirectory. # Read and write /data/data subdirectory.
allow system_app system_app_data_file:dir create_dir_perms; allow system_app system_app_data_file:dir create_dir_perms;
allow system_app system_app_data_file:file create_file_perms; allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
# Read /data/misc/keychain subdirectory. # Read /data/misc/keychain subdirectory.
allow system_app keychain_data_file:dir r_dir_perms; allow system_app keychain_data_file:dir r_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment