Bug 1166130 - Remove outdated policy files from testsuite/integration/src/test/config/
Summary: Remove outdated policy files from testsuite/integration/src/test/config/
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Testsuite
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: DR11
: EAP 6.4.0
Assignee: jboss-set
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-20 12:19 UTC by Josef Cacek
Modified: 2019-08-19 12:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:46:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFLY-4109 0 Minor Open Remove outdated policy files from testsuite/integration/src/test/config 2014-11-21 11:53:25 UTC

Description Josef Cacek 2014-11-20 12:19:17 UTC
Policy files no-op.policy and permit_all_testsuite.policy are outdated. They should be removed. We can replace them by policy similar to:

// Grant all JBoss AS
// (jboss-modules.jar should be enough, but there is bug 1075083)
grant codeBase "file:${jboss.home.dir}/-" {
  permission java.security.AllPermission;
};

// Grant all to all deployments
grant codeBase "vfs:/-" {
  permission java.security.AllPermission;
};

Comment 2 Petr Kremensky 2014-11-28 07:01:08 UTC
Verified on EAP 6.4.0.DR11


Note You need to log in before you can comment on or make changes to this bug.