Merge "adbd should be able to shutdown shell:unix_stream_socket" am: ca3d3dfa70
Change-Id: I5fbc449b0d6f463aaa4e4b0e22638cc684b811b3
This commit is contained in:
commit
49f6767ac7
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