[jboss-dev-forums] [JBoss AS 7 Development] - AS8: JBoss Security Manager Implementation Plan
David Lloyd
do-not-reply at jboss.com
Thu Feb 21 22:17:24 EST 2013
David Lloyd [https://community.jboss.org/people/dmlloyd] commented on the document
"AS8: JBoss Security Manager Implementation Plan"
To view all comments on this document, visit: https://community.jboss.org/docs/DOC-48386#comment-11605
--------------------------------------------------
No, actually. The user just adds the module like normal. The default module properties are "AllPermission" but you can specify a more restrictive set in the module.xml file. The reason we went away from signing is that it doesn't really afford any more security - if you have access to the filesystem, you can make the AS run without a security manager anyway.
It is also possible to further restrict permissions using the JDK's default policy mechanism. The effective permissions are the intersection of the module specified permissions and the global policy. But it is designed so that a policy file is not required in the simplest case.
Finally we will have *some* mechanism (not yet determined) to specify a policy that applies to deployments.
--------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130221/3c55aa33/attachment.html
More information about the jboss-dev-forums
mailing list