Allow adbd to access /proc/net/{tcp,tcp6,udp,udp6} am: f7727ace66
am: 84f6646c7c
am: 8bac0a5547
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/sepolicy/+/16602719 Change-Id: Ic3688f33d8cab5a1a951780349602b6aed6b0e12
This commit is contained in:
commit
796f6637e4
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,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;
|
||||
|
|
Loading…
Reference in a new issue