RuntimePermission's specification includes a table that lists all
possible RuntimePermission target names and the risk associated with
granting each.
This table needs to be updated with the 3 permissions checked by in
the New I/O package, namely "selectorProvider", "charsetProvider",
and "inheritedChannel".
possible RuntimePermission target names and the risk associated with
granting each.
This table needs to be updated with the 3 permissions checked by in
the New I/O package, namely "selectorProvider", "charsetProvider",
and "inheritedChannel".
- duplicates
-
JDK-4653138 (spec) RuntimePermission should document three new targets added for nio
- Closed