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
Branches
Tags
No related merge requests found
......@@ -23,9 +23,10 @@ allow domain init:fd use;
allow domain system_server:fd use;
# 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: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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment