Skip to content
Snippets Groups Projects
Commit badf49d0 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am ed1648a4: Merge "Address adb backup/restore denials."

* commit 'ed1648a4':
  Address adb backup/restore denials.
parents 91811dba ed1648a4
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,10 @@ allow domain init:fd use; ...@@ -23,9 +23,10 @@ allow domain init:fd use;
allow domain system_server:fd use; allow domain system_server:fd use;
# Connect to adbd and use a socket transferred from it. # Connect to adbd and use a socket transferred from it.
# This is used for e.g. adb backup/restore.
allow domain adbd:unix_stream_socket connectto; 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 getopt read write shutdown };
### ###
### Talk to debuggerd. ### Talk to debuggerd.
......
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