Skip to content
Snippets Groups Projects
Commit 22a8918b authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

App: Allow wrapped app to send pid

am: ee694980

Change-Id: Ic572585b380405f135646731f9fc749fcee86a3b
parents 676ac366 ee694980
No related branches found
No related tags found
No related merge requests found
...@@ -41,10 +41,10 @@ allow { appdomain -isolated_app } tmpfs:lnk_file r_file_perms; ...@@ -41,10 +41,10 @@ allow { appdomain -isolated_app } tmpfs:lnk_file r_file_perms;
# Search /storage/emulated tmpfs mount. # Search /storage/emulated tmpfs mount.
allow appdomain tmpfs:dir r_dir_perms; allow appdomain tmpfs:dir r_dir_perms;
userdebug_or_eng(` # Notify zygote of the wrapped process PID when using --invoke-with.
# Notify zygote of the wrapped process PID when using --invoke-with. allow appdomain zygote:fifo_file write;
allow appdomain zygote:fifo_file write;
userdebug_or_eng(`
# Allow apps to create and write method traces in /data/misc/trace. # Allow apps to create and write method traces in /data/misc/trace.
allow appdomain method_trace_data_file:dir w_dir_perms; allow appdomain method_trace_data_file:dir w_dir_perms;
allow appdomain method_trace_data_file:file { create w_file_perms }; allow appdomain method_trace_data_file:file { create w_file_perms };
......
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