[jboss-as7-dev] Security manager test runs

David M. Lloyd david.lloyd at redhat.com
Thu Feb 28 10:52:58 EST 2013


The AS codebase now supports running under a security manager.  Well, 
sort of.  There are a few places where we need privileged blocks and/or 
permission checks, but you can boot up AS under a security manager today 
if you want.  Just follow these steps:

1. Modify standalone.sh so that the -secmgr flag is passed in to JBoss 
Modules.

Well, I guess there's just the one step.  Anyway I've noticed that the 
impact on startup time is not as bad as I had expected, which is good.

So the question is: Should we set up a security manager-enabled test 
run?  How should it work?
-- 
- DML


More information about the jboss-as7-dev mailing list