[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/23921] New: gnu.classpath access restrictions are not enf
From: |
robilad at kaffe dot org |
Subject: |
[Bug classpath/23921] New: gnu.classpath access restrictions are not enforced by default |
Date: |
16 Sep 2005 16:28:03 -0000 |
Where they really should be. The VM internal classes should be protected by
setting package.access=gnu.classpath in the classpath.security file, rather than
having to implement it all in the VM.
This brings me to the second part of the bug report: setting package access is
hierarchical. Restricting gnu.classpath also restricts gnu.classpath.tools. So
I'd propose moving the classes whose secure access is precious into the
gnu.classpath.internal package, and restricting access to that package, rather
than the more generic gnu.classpath hierarchy.
cheers,
dalibor topic
--
Summary: gnu.classpath access restrictions are not enforced by
default
Product: classpath
Version: 0.18
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: robilad at kaffe dot org
CC: bug-classpath at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23921
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/23921] New: gnu.classpath access restrictions are not enforced by default,
robilad at kaffe dot org <=