Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartCrashedService/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */
Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/group.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/group.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/group.security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by activation groups */ grant codebase "file:${jsk.home}/lib/phoenix-group.jar" { Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.*; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/restartService/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/group.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/group.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/group.security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by activation groups */ grant codebase "file:${jsk.home}/lib/phoenix-group.jar" { Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.TcpServerEndpoint; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/terminateGroup/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.TcpServerEndpoint; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/unregisterInactive/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/group.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/group.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/group.security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by activation groups */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.*; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivatableInvocationHandler/readObject/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivatableInvocationHandler/readObject/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivatableInvocationHandler/readObject/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivatableInvocationHandler/readObject/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.TcpServerEndpoint; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationAdmin/getGroupsObjects/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/group.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/group.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/group.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + keystore "file:${test.src}/keystore"; grant codebase "file:${jsk.home}/lib/phoenix-group.jar" { Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import javax.security.auth.login.LoginContext; import net.jini.constraint.*; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + keystore "file:${test.src}/keystore"; grant codebase "file:${java.class.path}" { Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/accessControl/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; org.apache.river.phoenix { Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/bootstrapAttack/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant { permission java.security.AllPermission ""; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/group.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/group.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/group.security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by activation groups */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.TcpServerEndpoint; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/ensureRestart/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/group.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/group.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/group.security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by activation groups */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.TcpServerEndpoint; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/activation/ActivationSystem/unregisterGroup/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/io/MarshalInputStream/verifyWithEqualLoaders/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicInvocationDispatcher/checkClientPermission/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/dgcServerExposure/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/BasicJeriExporter/operations/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/connection/ConnectionManager/overlocking/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process * Added after creation of JTlib-tmp directory to replace use of * jre/lib/ext/ directory, this test seemed to fail. Requires confirmation Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/localHostExposure/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/tcp/serverSocketClose/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jeri/transport/multihomed/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/group.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/group.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/group.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/group.security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by activation groups */ grant codebase "file:${jsk.home}/lib/phoenix-group.jar" { Modified: river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.config URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.config?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.config (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.config Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import org.apache.river.phoenix.*; import net.jini.jeri.*; import net.jini.jeri.tcp.TcpServerEndpoint; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/rmid.security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codebase "file:${java.class.path}" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/jrmp/echo/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/ClassLoading/verifyBeforeLoading/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/4881293/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassLoader/urlStreamHandlerFactory/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/arrayClassNames/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkBoomerangs/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process */ Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/checkDefinite/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}${/}lib${/}ext${/}*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/constructorCheck/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/defaultIsExtensionLoader/security.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}${/}lib${/}ext${/}*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/noprovider.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/requiredlpermprovider.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/exerciseProviderConfig/testprovider.policy Fri Dec 11 01:10:37 2015 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + grant codeBase "file:${java.home}/lib/ext/*" { permission java.security.AllPermission; }; Modified: river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy URL: http://svn.apache.org/viewvc/river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy?rev=1719243&r1=1719242&r2=1719243&view=diff ============================================================================== --- river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy (original) +++ river/jtsk/trunk/qa/jtreg/net/jini/loader/pref/PreferredClassProvider/finalizerAttack/security.policy Fri Dec 11 01:10:37 2015 @@ -1,4 +1,22 @@ /* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* * security policy used by the test process * Added after creation of JTlib-tmp directory to replace use of * jre/lib/ext/ directory, this test seemed to fail. Requires confirmation
