commit | 36a5d109e6953c63d2a865eab4c4d021aa52250b | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Nov 12 20:54:20 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Wed Nov 13 06:29:29 2013 -0800 |
tree | 230e29a282bf26936ca99df315d14d1e3604641a | |
parent | 8510d31ed3b5d53c2232b7aac5f65b32d38753d0 [diff] |
netd: allow tcp connections. DNS can use TCP connections, in addition to UDP connections. Allow TCP connections. Addresses the following denial: [ 1831.586826] type=1400 audit(1384129166.563:173): avc: denied { create } for pid=11406 comm="netd" scontext=u:r:netd:s0 tcontext=u:r:netd:s0 tclass=tcp_socket Public Bug: https://code.google.com/p/android/issues/detail?id=62196 Change-Id: Ia542a9df3e466a8d409955bab6a23a524ff3d07b Bug: 11097631