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

am f4d39ca1: allow domain adbd:unix_stream_socket ioctl;

* commit 'f4d39ca1':
  allow domain adbd:unix_stream_socket ioctl;
parents 25e01176 f4d39ca1
Branches
Tags
No related merge requests found
...@@ -44,7 +44,7 @@ allow domain system_server:fd use; ...@@ -44,7 +44,7 @@ allow domain system_server:fd use;
# This is used for e.g. adb backup/restore. # 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 getopt read write shutdown }; allow domain adbd:unix_stream_socket { getattr getopt ioctl read write shutdown };
userdebug_or_eng(` userdebug_or_eng(`
# Same as adbd rules above, except allow su to do the same thing # Same as adbd rules above, except allow su to do the same thing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment