commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: AccessController implementation


From: Michael Koch
Subject: Patch: AccessController implementation
Date: Thu, 3 Jun 2004 11:20:05 +0200
User-agent: KMail/1.6.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,


I just commited the attached patch from Casey Marshall to implement 
java.securtiy.AccessController. This allows use to really use 
SecurityManagers with Classpath derived JVMs.


Michael


2004-06-03  Casey Marshall  <address@hidden>

        * java/security/AccessController.java
        (doPrivileged(PrivilegedAction,AccessControlContext)): call
        VMAccessController.pushContext and popContext.
        (doPrivileged(PrivilegedExceptionAction,AccessControlContext)):
        likewise.
        (getContext): call VMAccessController.getContext.
        * java/security/Makefile.am
        (EXTRA_DIST): add IntersectingDomainCombiner.java.
        * gnu/java/security/Makefile.am
        (EXTRA_DIST): add PolicyFile.java
        * vm/reference/java/Makefile.am
        (SUBDIRS): add security.
        * java/security/IntersectingDomainCombiner.java: new file.
        * gnu/java/security/PolicyFile.java: new file.
        * vm/reference/java/security/VMAccessController.java: new file.
        * vm/reference/java/security/Makefile.am: new file

2004-06-03  Michael Koch  <address@hidden>

        * configure.ac: Added vm/runtime/java/security/Makefile to output
        files.
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAvu1FWSOgCCdjSDsRAnVUAJ9BlC4dE5aYnMyBbld1q334dQPz1wCgn5Mc
GQR9fXQcdVJFZ1jw4btjvqQ=
=RqrQ
-----END PGP SIGNATURE-----

Attachment: access.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]