Skip to content
Snippets Groups Projects
Commit 3e1c2026 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

zygote.te: Remove deprecated rules am: 5c57e7c2 am: 9bb0ec1d

am: a6810ffe

* commit 'a6810ffe':
  zygote.te: Remove deprecated rules
parents 4925574d a6810ffe
Branches
No related tags found
No related merge requests found
...@@ -52,12 +52,8 @@ allow zygote proc_cpuinfo:file mounton; ...@@ -52,12 +52,8 @@ allow zygote proc_cpuinfo:file mounton;
# Allow remounting rootfs as MS_SLAVE # Allow remounting rootfs as MS_SLAVE
allow zygote rootfs:dir mounton; allow zygote rootfs:dir mounton;
allow zygote sdcard_type:dir { write search setattr create add_name mounton }; # 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:filesystem { mount unmount }; allow zygote tmpfs:filesystem { mount unmount };
allow zygote fuse:filesystem { 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 # Allowed to create user-specific storage source if started before vold
allow zygote mnt_user_file:dir create_dir_perms; allow zygote mnt_user_file:dir create_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment