--- old/src/java.base/share/classes/java/net/NetPermission.java 2020-07-31 12:17:02.000000000 +0100 +++ new/src/java.base/share/classes/java/net/NetPermission.java 2020-07-31 12:17:02.000000000 +0100 @@ -66,6 +66,16 @@ * * * + * accessUnixDomainSocket + * The ability to accept, bind, connect or get the local address + * of a Unix Domain socket. + * + * 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. + * + * + * * getCookieHandler * The ability to get the cookie handler that processes highly * security sensitive cookie information for an Http session.