test/jdk/java/net/httpclient/AsFileDownloadTest.policy
author chegar
Thu, 08 Mar 2018 17:42:16 +0000
branchhttp-client-branch
changeset 56265 ec34ae013fbe
parent 56259 cc67f25159cb
child 56451 9585061fdb04
permissions -rw-r--r--
http-client-branch: tests should bind to the loopback only
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56259
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     1
//
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     2
// Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     3
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     4
//
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     5
// This code is free software; you can redistribute it and/or modify it
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     6
// under the terms of the GNU General Public License version 2 only, as
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     7
// published by the Free Software Foundation.
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     8
//
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
     9
// This code is distributed in the hope that it will be useful, but WITHOUT
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    10
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    11
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    12
// version 2 for more details (a copy is included in the LICENSE file that
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    13
// accompanied this code).
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    14
//
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    15
// You should have received a copy of the GNU General Public License version
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    16
// 2 along with this work; if not, write to the Free Software Foundation,
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    17
// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    18
//
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    19
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    20
// or visit www.oracle.com if you need additional information or have any
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    21
// questions.
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    22
//
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    23
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    24
// for JTwork/classes/0/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.class
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    25
grant codeBase "file:${test.classes}/../../../../lib/testlibrary/-" {
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    26
    permission java.util.PropertyPermission "test.src.path", "read";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    27
    permission java.io.FilePermission "${test.src}/../../../lib/testlibrary/jdk/testlibrary/testkeys", "read";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    28
};
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    29
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    30
// for JTwork//classes/0/java/net/httpclient/http2/server/*
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    31
grant codeBase "file:${test.classes}/../../../../java/net/httpclient/http2/server/*" {
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    32
    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.net.http.common";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    33
    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.net.http.frame";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    34
    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.net.http.hpack";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    35
    permission java.lang.RuntimePermission "accessClassInPackage.sun.net.www.http";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    36
56265
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56259
diff changeset
    37
    permission java.net.SocketPermission "localhost:*", "accept,resolve";
56259
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    38
    permission java.lang.RuntimePermission "modifyThread";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    39
};
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    40
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    41
grant codeBase "file:${test.classes}/*" {
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    42
    permission java.io.FilePermission "${user.dir}${/}asFileDownloadTest.tmp.dir", "read,write";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    43
    permission java.io.FilePermission "${user.dir}${/}asFileDownloadTest.tmp.dir/-", "read,write";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    44
56265
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56259
diff changeset
    45
    permission java.net.URLPermission "http://localhost:*/http1/afdt",   "POST";
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56259
diff changeset
    46
    permission java.net.URLPermission "https://localhost:*/https1/afdt", "POST";
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56259
diff changeset
    47
    permission java.net.URLPermission "http://localhost:*/http2/afdt",   "POST";
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56259
diff changeset
    48
    permission java.net.URLPermission "https://localhost:*/https2/afdt", "POST";
56259
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    49
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    50
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    51
    // needed to grant permission to the HTTP/2 server
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    52
    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.net.http.common";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    53
    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.net.http.frame";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    54
    permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.net.http.hpack";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    55
    permission java.lang.RuntimePermission "accessClassInPackage.sun.net.www.http";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    56
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    57
    // for HTTP/1.1 server logging
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    58
    permission java.util.logging.LoggingPermission "control";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    59
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    60
    // needed to grant the HTTP servers
56265
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56259
diff changeset
    61
    permission java.net.SocketPermission "localhost:*", "accept,resolve";
56259
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    62
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    63
    permission java.util.PropertyPermission "*", "read";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    64
    permission java.lang.RuntimePermission "modifyThread";
cc67f25159cb http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files (2)
chegar
parents:
diff changeset
    65
};