mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8245194: Unix domain socket channel implementation
Reviewed-by: erikj, dfuchs, alanb, chegar
This commit is contained in:
parent
8bde2f4e3d
commit
6bb7e45e8e
73 changed files with 5434 additions and 1116 deletions
|
@ -66,6 +66,16 @@ import java.util.StringTokenizer;
|
|||
* </tr>
|
||||
*
|
||||
* <tr>
|
||||
* <th scope="row">accessUnixDomainSocket</th>
|
||||
* <td>The ability to accept, bind, connect or get the local address
|
||||
* of a <i>Unix Domain</i> socket.
|
||||
* </td>
|
||||
* <td>Malicious code could connect to local processes using Unix domain sockets
|
||||
* or impersonate local processes, by binding to the same pathnames (assuming they
|
||||
* have the required Operating System permissions.</td>
|
||||
* </tr>
|
||||
*
|
||||
* <tr>
|
||||
* <th scope="row">getCookieHandler</th>
|
||||
* <td>The ability to get the cookie handler that processes highly
|
||||
* security sensitive cookie information for an Http session.</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue