diff --git a/public/vold.te b/public/vold.te
index fe3ab7199d0a4ef0a19251e9f14dc382f2e0a7fd..6baba08dab9a34ef4d20bc27c25f6ecf38a2ecb1 100644
--- a/public/vold.te
+++ b/public/vold.te
@@ -93,10 +93,7 @@ allow vold ion_device:chr_file r_file_perms;
 #
 
 # 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?