Merge "Do not allow new additions to core_property_type"
diff --git a/public/vold.te b/public/vold.te
index fe3ab71..6baba08 100644
--- a/public/vold.te
+++ b/public/vold.te
@@ -93,10 +93,7 @@
#
# 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 };
+allow vold labeledfs:filesystem { mount unmount };
# Access /efs/userdata_footer.
# XXX Split into a separate type?