--- old/src/java.base/share/classes/java/nio/file/LinkPermission.java 2017-05-10 17:20:30.983920059 -0700 +++ new/src/java.base/share/classes/java/nio/file/LinkPermission.java 2017-05-10 17:20:30.875915330 -0700 @@ -33,13 +33,16 @@ *

The following table provides a summary description of what the permission * allows, and discusses the risks of granting code the permission. * - * + *
+ * + * * * * * * + * + * * * * * + * *
Table shows permission target name, what the permission allows, and associated risks
Permission Target NameWhat the Permission AllowsRisks of Allowing this Permission
hard Ability to add an existing file to a directory. This is sometimes @@ -55,6 +58,7 @@ * linking to any file or directory in the file system thus allowing the * attacker to access to all files.
* * @since 1.7