Skip to content
Snippets Groups Projects
Commit 2744f2c6 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Allow stat of /system/bin/app_process by zygote."

parents 6f4c3ed6 3bfdc6b4
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ allow zygote tmpfs:filesystem mount;
allow zygote labeledfs:filesystem remount;
# Handle --invoke-with command when launching Zygote with a wrapper command.
allow zygote zygote_exec:file { execute_no_trans open };
allow zygote zygote_exec:file rx_file_perms;
# handle bugreports b/10498304
allow zygote ashmem_device:chr_file execute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment