Merge "adbd should be able to shutdown shell:unix_stream_socket" am: ca3d3dfa70
am: 49f6767ac7
Change-Id: I8e76db4e59f91f3a081629749da7409fd90de1fb
This commit is contained in:
commit
2e4330a595
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ allow adbd perfetto_traces_data_file:dir r_dir_perms;
|
|||
|
||||
# Connect to shell and use a socket transferred from it.
|
||||
# Used for e.g. abb.
|
||||
allow adbd shell:unix_stream_socket { read write };
|
||||
allow adbd shell:unix_stream_socket { read write shutdown };
|
||||
allow adbd shell:fd use;
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue