diff --git a/zygote.te b/zygote.te index 598589e92a36513fc2e943952eccfde534a6211f..7029344ae7fb55999ce6adf87603bb8dedc17961 100644 --- a/zygote.te +++ b/zygote.te @@ -54,6 +54,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