diff --git a/public/sdcardd.te b/public/sdcardd.te
index 52037e6a650d3cc7a43448559c9c5cb2ed859f66..6813aa67c49e363287592ed99634a40da358d477 100644
--- a/public/sdcardd.te
+++ b/public/sdcardd.te
@@ -4,6 +4,7 @@ type sdcardd_exec, exec_type, file_type;
 allow sdcardd cgroup:dir create_dir_perms;
 allow sdcardd fuse_device:chr_file rw_file_perms;
 allow sdcardd rootfs:dir mounton;  # TODO: deprecated in M
+allow sdcardd sdcardfs:filesystem remount;
 allow sdcardd tmpfs:dir r_dir_perms;
 allow sdcardd mnt_media_rw_file:dir r_dir_perms;
 allow sdcardd storage_file:dir search;