[Bug libgcj/46774] New: [gcj] Calling Policy.setPolicy with a new Policy object has no effect on the DefaultSecurityManager
gnu_andrew at member dot fsf.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 3 00:35:00 GMT 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46774
Summary: [gcj] Calling Policy.setPolicy with a new Policy
object has no effect on the DefaultSecurityManager
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgcj
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: gnu_andrew@member.fsf.org
VMAccessController creates PermissionDomain objects with the two-argument
constructor, with the result that the default SecurityManager does not check
the system policy. See PR46773 for more details.
gcj has a local copy of this class so a separate fix is required to that for
GNU Classpath.
More information about the Java-prs
mailing list