Re: RFR: 8165712: Grant permission to read specific properties instead of all to the jdk.crypto.ucrypto module

2016-10-17 Thread Xuelei Fan
Looks fine to me. Xuelei On 10/14/2016 3:44 AM, Sean Mullan wrote: Please review this fix to only grant the necessary PropertyPermissions to the jdk.crypto.ucrypto module. In UcryptoProvider I also moved the System.getProperty("os.name") inside doPrivileged (just in case permission to read thi

RFR: 8165712: Grant permission to read specific properties instead of all to the jdk.crypto.ucrypto module

2016-10-13 Thread Sean Mullan
Please review this fix to only grant the necessary PropertyPermissions to the jdk.crypto.ucrypto module. In UcryptoProvider I also moved the System.getProperty("os.name") inside doPrivileged (just in case permission to read this property has not been granted to the caller) and did some minor r