Skip to content
Snippets Groups Projects
Commit d3577605 authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Add adbd socket perms to system_server. am: b037a6c9

am: c37fa203

* commit 'c37fa203':
  Add adbd socket perms to system_server.
parents dfd82ecb c37fa203
No related branches found
No related tags found
No related merge requests found
...@@ -456,6 +456,12 @@ userdebug_or_eng(` ...@@ -456,6 +456,12 @@ userdebug_or_eng(`
allow system_server vold:fd use; allow system_server vold:fd use;
allow system_server fuse_device:chr_file { read write ioctl }; allow system_server fuse_device:chr_file { read write ioctl };
# Connect to adbd and use a socket transferred from it.
# Used for e.g. jdwp.
allow system_server adbd:unix_stream_socket connectto;
allow system_server adbd:fd use;
allow system_server adbd:unix_stream_socket { getattr getopt ioctl read write shutdown };
### ###
### Neverallow rules ### Neverallow rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment