com.entrust.toolkit.NoWritePermissionCheck

In a Java environment where setuid permissions are being used on an executable file that attempts to open credentials, it is possible to be denied write access to a file, resulting in an exception message. The cause of this problem is an incorrect result returned from the following method:

File.canWrite(). 

To work around this problem and skip occurrences of this method, set this property as follows.

com.entrust.toolkit.NoWritePermissionCheck = true

Available from : 7.2 Patch 136405