Merge "Allow zygote to stat() sdcardfs file."
This commit is contained in:
commit
b398160f72
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ allow zygote storage_file:dir { search mounton };
|
|||
# TODO: reduce this back to only sdcardfs once b/123533205 is root-caused
|
||||
# (Technically "sdcardfs" and "media_rw_data_file" are equivalent, since
|
||||
# sdcardfs simply wraps files stored under /data/media.)
|
||||
allow zygote { sdcardfs media_rw_data_file vfat }:dir { search mounton };
|
||||
allow zygote { sdcardfs media_rw_data_file vfat }:dir { search mounton getattr };
|
||||
|
||||
# Handle --invoke-with command when launching Zygote with a wrapper command.
|
||||
allow zygote zygote_exec:file rx_file_perms;
|
||||
|
|
Loading…
Reference in a new issue