am 20f38b98: am 90c64542: Allow vold to move FUSE backing files directly.

* commit '20f38b983368ae9590e39b1f24658fe0c87d7fd2':
  Allow vold to move FUSE backing files directly.
diff --git a/vold.te b/vold.te
index b534c1e..e72822c 100644
--- a/vold.te
+++ b/vold.te
@@ -39,6 +39,10 @@
 allow vold { mnt_media_rw_file storage_file sdcard_type }:dir create_dir_perms;
 allow vold { mnt_media_rw_file storage_file sdcard_type }:file create_file_perms;
 
+# Access to storage that backs emulated FUSE daemons for migration optimization
+allow vold media_rw_data_file:dir create_dir_perms;
+allow vold media_rw_data_file:file create_file_perms;
+
 # Newly created storage dirs are always treated as mount stubs to prevent us
 # from accidentally writing when the mount point isn't present.
 type_transition vold storage_file:dir storage_stub_file;
@@ -55,7 +59,6 @@
 # Allow to create and mount expanded storage
 allow vold mnt_expand_file:dir { create_dir_perms mounton };
 allow vold apk_data_file:dir { create getattr setattr };
-allow vold media_rw_data_file:dir { create getattr setattr };
 allow vold shell_data_file:dir { create getattr setattr };
 
 allow vold tmpfs:filesystem { mount unmount };