Skip to content
Snippets Groups Projects
Commit 912be431 authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by android-build-merger
Browse files

Merge "Delete duplicated policy, it is already include in app.te." am: 0220b345

am: c37b0c33

* commit 'c37b0c33':
  Delete duplicated policy, it is already include in app.te.
parents 51523e59 c37b0c33
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@ binder_service(system_app)
allow system_app system_app_data_file:dir create_dir_perms;
allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
# Read /data/misc/keychain subdirectory.
allow system_app keychain_data_file:dir r_dir_perms;
allow system_app keychain_data_file:file r_file_perms;
# Read and write to /data/misc/user.
allow system_app misc_user_data_file:dir create_dir_perms;
allow system_app misc_user_data_file:file create_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment