Merge "Allow gmscore to read tcp sockets passed by priv-apps" am: 7848af185a

Change-Id: Ifb1f618057aae71fa8d302f67fb2ee9a4730cd9a
This commit is contained in:
Treehugger Robot 2020-02-18 21:11:48 +00:00
commit 64b7d07109

View File

@ -123,3 +123,6 @@ allow gmscore_app shell_data_file:dir r_dir_perms;
# b/18504118: Allow reads from /data/anr/traces.txt
allow gmscore_app anr_data_file:file r_file_perms;
# b/148974132: com.android.vending needs this
allow gmscore_app priv_app:tcp_socket { read write };