diff --git a/sdcardd.te b/sdcardd.te index 056e9f829877e896169b0c2f3c7f11c7da69b926..846c59b58a7defd08ea2f0f246ea6801adaff365 100644 --- a/sdcardd.te +++ b/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 tmpfs:dir r_dir_perms; allow sdcardd mnt_media_rw_file:dir r_dir_perms; allow sdcardd storage_file:dir search; allow sdcardd storage_stub_file:dir { search mounton };