Skip to content
Snippets Groups Projects
Commit 5577127c authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 24f3bcdb: Let Zygote unmount inherited storage devices.

* commit '24f3bcdb':
  Let Zygote unmount inherited storage devices.
parents bf4568d1 24f3bcdb
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ allow zygote sdcard_type:dir { write search setattr create add_name mounton }; # ...@@ -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 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:dir { write create add_name setattr mounton search }; # TODO: deprecated in M
allow zygote tmpfs:filesystem { mount unmount }; allow zygote tmpfs:filesystem { mount unmount };
allow zygote fuse:filesystem { unmount };
allow zygote labeledfs:filesystem remount; # TODO: deprecated in M allow zygote labeledfs:filesystem remount; # TODO: deprecated in M
# Allowed to create user-specific storage source if started before vold # Allowed to create user-specific storage source if started before vold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment