rgallard | b643545 | 2013-11-25 20:19:02 -0800 | [diff] [blame] | 1 | '\" t |
| 2 | .\" Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. |
| 3 | .\"
|
| 4 | .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
| 5 | .\"
|
| 6 | .\" This code is free software; you can redistribute it and/or modify it
|
| 7 | .\" under the terms of the GNU General Public License version 2 only, as
|
| 8 | .\" published by the Free Software Foundation.
|
| 9 | .\"
|
| 10 | .\" This code is distributed in the hope that it will be useful, but WITHOUT
|
| 11 | .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
| 12 | .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
| 13 | .\" version 2 for more details (a copy is included in the LICENSE file that
|
| 14 | .\" accompanied this code).
|
| 15 | .\"
|
| 16 | .\" You should have received a copy of the GNU General Public License version
|
| 17 | .\" 2 along with this work; if not, write to the Free Software Foundation,
|
| 18 | .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
| 19 | .\"
|
| 20 | .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
| 21 | .\" or visit www.oracle.com if you need additional information or have any
|
| 22 | .\" questions.
|
| 23 | .\"
|
| 24 | .\" Arch: generic |
| 25 | .\" Software: JDK 8 |
| 26 | .\" Date: 21 November 2013 |
| 27 | .\" SectDesc: Security Tools |
| 28 | .\" Title: policytool.1 |
| 29 | .\" |
| 30 | .if n .pl 99999 |
| 31 | .TH policytool 1 "21 November 2013" "JDK 8" "Security Tools" |
| 32 | .\" -----------------------------------------------------------------
|
| 33 | .\" * Define some portability stuff
|
| 34 | .\" -----------------------------------------------------------------
|
| 35 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| 36 | .\" http://bugs.debian.org/507673
|
| 37 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
| 38 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
| 39 | .ie \n(.g .ds Aq \(aq
|
| 40 | .el .ds Aq '
|
| 41 | .\" -----------------------------------------------------------------
|
| 42 | .\" * set default formatting
|
| 43 | .\" -----------------------------------------------------------------
|
| 44 | .\" disable hyphenation
|
| 45 | .nh
|
| 46 | .\" disable justification (adjust text to left margin only)
|
| 47 | .ad l
|
| 48 | .\" -----------------------------------------------------------------
|
| 49 | .\" * MAIN CONTENT STARTS HERE *
|
| 50 | .\" -----------------------------------------------------------------
|
duke | 6e45e10 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 51 | |
rgallard | b643545 | 2013-11-25 20:19:02 -0800 | [diff] [blame] | 52 | .SH NAME |
| 53 | policytool \- Reads and writes a plain text policy file based on user input through the utility GUI\&. |
| 54 | .SH SYNOPSIS |
| 55 | .sp |
| 56 | .nf |
tbell | 16c34dd | 2009-05-04 18:28:26 -0700 | [diff] [blame] | 57 | |
rgallard | b643545 | 2013-11-25 20:19:02 -0800 | [diff] [blame] | 58 | \fBpolicytool\fR [ \fB\-file\fR ] [ \fIfilename\fR ] |
| 59 | .fi |
| 60 | .sp |
| 61 | .TP |
| 62 | -file |
| 63 | .br |
| 64 | Directs the \f3policytool\fR command to load a policy file\&. |
| 65 | .TP |
| 66 | \fIfilename\fR |
| 67 | The name of the file to be loaded\&. |
| 68 | .PP |
| 69 | \fIExamples\fR: |
| 70 | .PP |
| 71 | Run the policy tool administrator utility: |
| 72 | .sp |
| 73 | .nf |
| 74 | \f3policytool\fP |
| 75 | .fi |
| 76 | .nf |
| 77 | \f3\fP |
| 78 | .fi |
| 79 | .sp |
| 80 | Run the \f3policytool\fR command and load the specified file: |
| 81 | .sp |
| 82 | .nf |
| 83 | \f3policytool\-file mypolicyfile\fP |
| 84 | .fi |
| 85 | .nf |
| 86 | \f3\fP |
| 87 | .fi |
| 88 | .sp |
| 89 | .SH DESCRIPTION |
| 90 | The \f3policytool\fR command calls an administrator\&'s GUI that enables system administrators to manage the contents of local policy files\&. A policy file is a plain-text file with a \f3\&.policy\fR extension, that maps remote requestors by domain, to permission objects\&. For details, see Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html |
| 91 | .SH OPTIONS |
| 92 | .TP |
| 93 | -file |
| 94 | .br |
| 95 | Directs the \f3policytool\fR command to load a policy file\&. |
| 96 | .SH SEE\ ALSO |
| 97 | .TP 0.2i |
| 98 | \(bu |
| 99 | Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html |
| 100 | .TP 0.2i |
| 101 | \(bu |
| 102 | Policy File Creation and Management at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyGuide\&.html |
| 103 | .TP 0.2i |
| 104 | \(bu |
| 105 | Permissions in Java SE Development Kit (JDK) at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/permissions\&.html |
| 106 | .TP 0.2i |
| 107 | \(bu |
| 108 | Java Security Overview at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/overview/jsoverview\&.html |
| 109 | .TP 0.2i |
| 110 | \(bu |
| 111 | Java Cryptography Architecture (JCA) Reference Guide at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec\&.html |
| 112 | .RE
|
| 113 | .br
|
| 114 | 'pl 8.5i
|
| 115 | 'bp
|