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

Merge "Address adb backup/restore denials."

parents 301e61e7 c4021ceb
No related branches found
No related tags found
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