Hi All,
I was going through the SysInfoTest.policy file trying to figure out
where to add the permission

java.util.PropertyPermission "user.dir", "read";

to avoid the
Java user name: Security Exception:
java.security.AccessControlException: access denied
(java.util.PropertyPermission user.name read)
Java user home: Security Exception:
java.security.AccessControlException: access denied
(java.util.PropertyPermission user.home read)

we are getting in unfiltered output of SysInfoTest testSysInfoLocale method

To which code base in the policy file i need to add the property
permission settings

With Regards
Jayaram

Reply via email to