diff options
author | Sven Gothel <[email protected]> | 2013-06-20 20:09:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-20 20:09:43 +0200 |
commit | 12b3084ecc9da5b768fb7c9a9180d54b3d24ee43 (patch) | |
tree | 5d44696c07f6a14d72024b44bb214bbe2b18e939 /make/joal-alext.cfg | |
parent | 55b5449ce106164e7f47b827cbe03a7831de9942 (diff) |
Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access.
Diffstat (limited to 'make/joal-alext.cfg')
-rw-r--r-- | make/joal-alext.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/joal-alext.cfg b/make/joal-alext.cfg index d57b9a3..da63612 100644 --- a/make/joal-alext.cfg +++ b/make/joal-alext.cfg @@ -31,6 +31,8 @@ Import java.io.UnsupportedEncodingException Import java.util.* Import com.jogamp.openal.* Import jogamp.openal.* +Import java.security.AccessController +Import java.security.PrivilegedAction # Factor out the OpenAL constants into their own interface Ignore ^AL_.+ |