Merge "Allow adbd to access /proc/net/{tcp,tcp6,udp,udp6}"

This commit is contained in:
Gregory Montoir 2021-09-10 00:47:09 +00:00 committed by Gerrit Code Review
commit 2881a253da

View file

@ -169,6 +169,9 @@ allow adbd sepolicy_file:file r_file_perms;
# Allow pulling config.gz for CTS purposes
allow adbd config_gz:file r_file_perms;
# For CTS listening ports test.
allow adbd proc_net_tcp_udp:file r_file_perms;
allow adbd gpu_service:service_manager find;
allow adbd surfaceflinger_service:service_manager find;
allow adbd bootchart_data_file:dir search;