Merge "adbd should be able to shutdown shell:unix_stream_socket"

This commit is contained in:
Treehugger Robot 2020-02-06 02:17:31 +00:00 committed by Gerrit Code Review
commit ca3d3dfa70

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