Bug 1067620
Summary: | [GSS] (6.3.0) Cannot change application permissions on EAP 6 when the Java Security Manager is enabled | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Derek Horton <dehort> |
Component: | Server | Assignee: | David M. Lloyd <david.lloyd> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Josef Cacek <jcacek> |
Severity: | urgent | Docs Contact: | Russell Dickenson <rdickens> |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | bmaxwell, istudens, jason.greene, jcacek, kkhan, olukas |
Target Milestone: | ER2 | ||
Target Release: | EAP 6.3.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
An issue with the application of Java Security Manager (JSM) policies was discovered, where deployed applications were granted 'AllPermission' permission, which contradicted the policy file. The root cause of this issue was that JBoss Modules used the same logic for assigning server modules permissions and deployment permissions. The default permission for server modules is 'AllPermission', but the default for deployments should be empty permission set. This issue has now been resolved and deployment permissions can be granted in policy file by using Virtual File System (VFS) URL-based grant entries.
|
Story Points: | --- |
Clone Of: | 1065994 | Environment: | |
Last Closed: | 2014-06-28 15:31:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1065994, 1067622, 1080939 |
Description
Derek Horton
2014-02-20 18:27:54 UTC
David Lloyd <david.lloyd> updated the status of jira MODULES-184 to Resolved David Lloyd <david.lloyd> updated the status of jira WFLY-3032 to Resolved Ivo Studensky <istudens> updated the status of jira WFLY-3032 to Closed Pull request filed: https://github.com/jbossas/jboss-eap/pull/981 Verification failed. Import of org.jboss.vfs is also needed in /modules/system/layers/base/org/jboss/as/standalone/main/module.xml and probably jboss-modules.jar will need update. More information in connected bz https://bugzilla.redhat.com/show_bug.cgi?id=1065994 PR with the missing fix was sent: https://github.com/jbossas/jboss-eap/pull/1131 The PR contains also a new testsuite module for testing with the security manager enabled. Fernando, I have drafted a Release Notes entry for this BZ ticket. Please verify it. |