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

Change-Id: I5fbc449b0d6f463aaa4e4b0e22638cc684b811b3
This commit is contained in:
Automerger Merge Worker 2020-02-06 02:30:57 +00:00
commit 49f6767ac7

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