Skip to content
Snippets Groups Projects
Commit ceff21b7 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "domain.te: Temporarily work around debuggerd connection bug"

parents 9a19885c 5919d1c8
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,14 @@ allow domain adbd:unix_stream_socket connectto; ...@@ -30,9 +30,14 @@ allow domain adbd:unix_stream_socket connectto;
allow domain adbd:fd use; allow domain adbd:fd use;
allow domain adbd:unix_stream_socket { getattr read write shutdown }; allow domain adbd:unix_stream_socket { getattr read write shutdown };
# Talk to debuggerd. ###
### Talk to debuggerd.
###
allow domain debuggerd:process sigchld; allow domain debuggerd:process sigchld;
allow domain debuggerd:unix_stream_socket connectto; allow domain debuggerd:unix_stream_socket connectto;
# b/9858255 - debuggerd sockets are not getting properly labeled.
# TODO: Remove this temporary workaround.
allow domain init:unix_stream_socket connectto;
# Root fs. # Root fs.
allow domain rootfs:dir r_dir_perms; allow domain rootfs:dir r_dir_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