Merge "private: allow zygote mnt_expand_file:dir getattr;"

This commit is contained in:
Steven Moreland 2019-03-27 22:59:49 +00:00 committed by Gerrit Code Review
commit 180ffccc8f

View File

@ -103,6 +103,9 @@ allow zygote storage_file:dir { search mounton };
allow zygote { sdcard_type media_rw_data_file }:dir { create_dir_perms mounton };
allow zygote { sdcard_type media_rw_data_file }:file { create_file_perms };
# Allow zygote to expand app files while preloading libraries
allow zygote mnt_expand_file:dir getattr;
# Handle --invoke-with command when launching Zygote with a wrapper command.
allow zygote zygote_exec:file rx_file_perms;