Merge "FUSE flag on by default"
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 050f8a8..f695d89 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -771,6 +771,9 @@
     chown root system /dev/fscklogs/log
     chmod 0770 /dev/fscklogs/log
 
+    # Enable FUSE by default
+    setprop persist.sys.fuse true
+
 # Switch between sdcardfs and FUSE depending on persist property
 # TODO: Move this to ro property before launch because FDE devices
 # interact with persistent properties differently during boot