diff --git a/sdcardd.te b/sdcardd.te index ad5c58dfb..5ea77a90e 100644 --- a/sdcardd.te +++ b/sdcardd.te @@ -6,7 +6,7 @@ init_daemon_domain(sdcardd) allow sdcardd cgroup:dir create_dir_perms; allow sdcardd fuse_device:chr_file rw_file_perms; allow sdcardd rootfs:dir mounton; -allow sdcardd sdcard_type:filesystem mount; +allow sdcardd sdcard_type:filesystem { mount unmount }; allow sdcardd self:capability { setuid setgid dac_override sys_admin sys_resource }; allow sdcardd sdcard_type:dir create_dir_perms;