policytool.1 4.2 KB
Newer Older
R
rgallard 已提交
1
'\" t
2
.\"  Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
R
rgallard 已提交
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
.\"
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
.\"
.\" This code is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License version 2 only, as
.\" published by the Free Software Foundation.
.\"
.\" This code is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" version 2 for more details (a copy is included in the LICENSE file that
.\" accompanied this code).
.\"
.\" You should have received a copy of the GNU General Public License version
.\" 2 along with this work; if not, write to the Free Software Foundation,
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
.\"
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
.\" or visit www.oracle.com if you need additional information or have any
.\" questions.
.\"
.\"     Arch: generic
.\"     Software: JDK 8
26
.\"     Date: 03 March 2015
R
rgallard 已提交
27 28 29 30
.\"     SectDesc: Security Tools
.\"     Title: policytool.1
.\"
.if n .pl 99999
31
.TH policytool 1 "03 March 2015" "JDK 8" "Security Tools"
R
rgallard 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
D
duke 已提交
51

R
rgallard 已提交
52 53 54 55 56 57 58 59 60 61 62
.SH NAME    
policytool \- Reads and writes a plain text policy file based on user input through the utility GUI\&.
.SH SYNOPSIS    
.sp     
.nf     

\fBpolicytool\fR [ \fB\-file\fR ] [ \fIfilename\fR ] 
.fi     
.sp     
.TP
-file
D
duke 已提交
63
.br
R
rgallard 已提交
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
Directs the \f3policytool\fR command to load a policy file\&.
.TP     
\fIfilename\fR
The name of the file to be loaded\&.
.PP
\fIExamples\fR:
.PP
Run the policy tool administrator utility:
.sp     
.nf     
\f3policytool\fP
.fi     
.nf     
\f3\fP
.fi     
.sp     
Run the \f3policytool\fR command and load the specified file:
.sp     
.nf     
83
\f3policytool \-file \fImypolicyfile\fR\fP
R
rgallard 已提交
84 85 86 87 88 89 90 91 92 93
.fi     
.nf     
\f3\fP
.fi     
.sp     
.SH DESCRIPTION    
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
.SH OPTIONS    
.TP
-file
D
duke 已提交
94
.br
R
rgallard 已提交
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
Directs the \f3policytool\fR command to load a policy file\&.
.SH SEE\ ALSO    
.TP 0.2i    
\(bu
Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html
.TP 0.2i    
\(bu
Policy File Creation and Management at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyGuide\&.html
.TP 0.2i    
\(bu
Permissions in Java SE Development Kit (JDK) at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/permissions\&.html
.TP 0.2i    
\(bu
Java Security Overview at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/overview/jsoverview\&.html
.TP 0.2i    
\(bu
Java Cryptography Architecture (JCA) Reference Guide at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec\&.html
.RE
.br
'pl 8.5i
'bp