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