We should consider defining fine-grained permissions for JavaFX for various operations which currently require an application to request AllPermissions:
Creating a transparent window
Various full-screen capabilities (enter FS from arbitrary code, change/disable the exit key, get arbitrary keyboard input)
Load an embedded font or a web font
Creating a transparent window
Various full-screen capabilities (enter FS from arbitrary code, change/disable the exit key, get arbitrary keyboard input)
Load an embedded font or a web font
- blocks
-
JDK-8156039 Need additional unit tests for FXPermission
- Closed
- relates to
-
JDK-8089847 [JAVADOC] Change docs to not refer to full-screen exclusive mode
- Resolved
-
JDK-8144680 Stage.alwaysOnTop() doesn't work if a security manager is set
- Resolved
-
JDK-8096432 WebView rendering of Web Fonts requires unacceptable 'AllPermissions' granted by Security Manager
- Closed
-
JDK-8133103 JavaFX Clipboard should not require AllPermission
- Resolved