Merge "Delete duplicated policy, it is already include in app.te."

am: 0220b345b3

* commit '0220b345b39fa7781e3a352ecf84f45bc29016ab':
  Delete duplicated policy, it is already include in app.te.
This commit is contained in:
Jeffrey Vander Stoep 2016-01-26 06:22:11 +00:00 committed by android-build-merger
commit c37b0c330f

View file

@ -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:dir create_dir_perms;
allow system_app system_app_data_file:{ file lnk_file } create_file_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. # 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:dir create_dir_perms;
allow system_app misc_user_data_file:file create_file_perms; allow system_app misc_user_data_file:file create_file_perms;