Merge "adbd should be able to shutdown shell:unix_stream_socket" am: ca3d3dfa70 am: 49f6767ac7

Change-Id: I8e76db4e59f91f3a081629749da7409fd90de1fb
This commit is contained in:
Automerger Merge Worker 2020-02-06 02:45:39 +00:00
commit 2e4330a595

View file

@ -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;
###