diff --git a/zygote.te b/zygote.te index b75eacaf6bda1e61d243fcbc142e758a817e4d84..8ff32a4539c904d77c5bf02a3f06dd32f71463e5 100644 --- a/zygote.te +++ b/zygote.te @@ -56,6 +56,7 @@ allow zygote sdcard_type:dir { write search setattr create add_name mounton }; # dontaudit zygote self:capability fsetid; # TODO: deprecated in M allow zygote tmpfs:dir { write create add_name setattr mounton search }; # TODO: deprecated in M allow zygote tmpfs:filesystem { mount unmount }; +allow zygote fuse:filesystem { unmount }; allow zygote labeledfs:filesystem remount; # TODO: deprecated in M # Allowed to create user-specific storage source if started before vold