Bug 1166130

Summary: Remove outdated policy files from testsuite/integration/src/test/config/
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Josef Cacek <jcacek>
Component: TestsuiteAssignee: jboss-set
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: cdewolf, kkhan, myarboro
Target Milestone: DR11   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:46:06 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:

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