-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b143
-
Verified
The java.smartcardio is granted permission to read all system properties, when it only needs to read a few. The permissions should be tightened to only allow reading the properties it needs. Also, it is granted RuntimePermission to access all classes under sun.security, when it only needs to access the util and jca subpackages. The permissions should be tightened to only allow accessing classes from those packages.