Merge "Added an auditallow rule to track vold remounting filesystems."
diff --git a/public/vold.te b/public/vold.te
index 3ebb1d2..fe3ab71 100644
--- a/public/vold.te
+++ b/public/vold.te
@@ -94,6 +94,9 @@
 
 # Unmount and mount the fs.
 allow vold labeledfs:filesystem { mount unmount remount };
+# audit any attempts of vold to remount a filesystem, monitor in a few weeks
+# then remove
+auditallow vold labeledfs:filesystem { remount };
 
 # Access /efs/userdata_footer.
 # XXX Split into a separate type?