diff --git a/public/vold.te b/public/vold.te
index afe55c071cba9c587fa728353458a6d23e8ba17e..3ebb1d2fdf73ee2a8a3f05cb7044bf18f47860dd 100644
--- a/public/vold.te
+++ b/public/vold.te
@@ -47,7 +47,6 @@ allow vold media_rw_data_file:file create_file_perms;
 
 # Allow mounting of storage devices
 allow vold { mnt_media_rw_stub_file storage_stub_file }:dir { mounton create rmdir getattr setattr };
-allow vold sdcard_type:filesystem { mount unmount remount };
 
 # Manage per-user primary symlinks
 allow vold mnt_user_file:dir create_dir_perms;