Cross Reference: /openjdk7/jdk/test/java/awt/PrintJob/Security/policy
policy revision 2362
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico/*
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico *
d048f1c15089c16b8ca1b264513a2f92ff86e703JazzyNico * This code is free software; you can redistribute it and/or modify it
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * under the terms of the GNU General Public License version 2 only, as
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * published by the Free Software Foundation.
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico *
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * This code is distributed in the hope that it will be useful, but WITHOUT
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * version 2 for more details (a copy is included in the LICENSE file that
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * accompanied this code).
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico *
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * You should have received a copy of the GNU General Public License version
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * 2 along with this work; if not, write to the Free Software Foundation,
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico *
d048f1c15089c16b8ca1b264513a2f92ff86e703JazzyNico * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * or visit www.oracle.com if you need additional information or have any
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico * questions.
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico */
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico/* AUTOMATICALLY GENERATED ON Thu Jan 03 15:48:39 PST 2002*/
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico/* DO NOT EDIT */
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico
d048f1c15089c16b8ca1b264513a2f92ff86e703JazzyNicogrant {
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico permission java.io.FilePermission "<<ALL FILES>>", "read,write";
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico permission java.lang.RuntimePermission "queuePrintJob";
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico permission java.lang.RuntimePermission "setSecurityManager";
88395eed42de4d59f54795b60c8c0a7ab881e153JazzyNico};
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico
40e5cf3e8f0ddda79b1650df77d0f847a22822bfJazzyNico