23600
|
1 |
'\" t
|
|
2 |
.\" Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
|
|
3 |
.\" Title: policytool
|
|
4 |
.\" Language: English
|
|
5 |
.\" Date: 2013年11月21日
|
|
6 |
.\" SectDesc: セキュリティ・ツール
|
|
7 |
.\" Software: JDK 8
|
|
8 |
.\" Arch: 汎用
|
|
9 |
.\"
|
|
10 |
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
11 |
.\"
|
|
12 |
.\" This code is free software; you can redistribute it and/or modify it
|
|
13 |
.\" under the terms of the GNU General Public License version 2 only, as
|
|
14 |
.\" published by the Free Software Foundation.
|
|
15 |
.\"
|
|
16 |
.\" This code is distributed in the hope that it will be useful, but WITHOUT
|
|
17 |
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
18 |
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
19 |
.\" version 2 for more details (a copy is included in the LICENSE file that
|
|
20 |
.\" accompanied this code).
|
|
21 |
.\"
|
|
22 |
.\" You should have received a copy of the GNU General Public License version
|
|
23 |
.\" 2 along with this work; if not, write to the Free Software Foundation,
|
|
24 |
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
25 |
.\"
|
|
26 |
.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
27 |
.\" or visit www.oracle.com if you need additional information or have any
|
|
28 |
.\" questions.
|
|
29 |
.\"
|
|
30 |
.pl 99999
|
|
31 |
.TH "policytool" "1" "2013年11月21日" "JDK 8" "セキュリティ・ツール"
|
|
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 |
.\" -----------------------------------------------------------------
|
|
51 |
.SH "NAME"
|
|
52 |
policytool \- ユーティリティGUI経由で取得したユーザー入力に基づいて、プレーン・テキストのポリシー・ファイルを読み書きします。
|
|
53 |
.SH "概要"
|
|
54 |
.sp
|
|
55 |
.if n \{\
|
|
56 |
.RS 4
|
|
57 |
.\}
|
|
58 |
.nf
|
|
59 |
\fIpolicytool\fR [ \fI\-file\fR ] [ \fIfilename\fR ]
|
|
60 |
.fi
|
|
61 |
.if n \{\
|
|
62 |
.RE
|
|
63 |
.\}
|
|
64 |
.PP
|
|
65 |
\-file
|
|
66 |
.RS 4
|
|
67 |
ポリシー・ファイルを読み込むように\fIpolicytool\fRに指示します。
|
|
68 |
.RE
|
|
69 |
.PP
|
|
70 |
\fIfilename\fR
|
|
71 |
.RS 4
|
|
72 |
ロードするファイルの名前。
|
|
73 |
.RE
|
|
74 |
.PP
|
|
75 |
\fB例\fR:
|
|
76 |
.PP
|
|
77 |
ポリシー・ツール管理ユーティリティを実行します:
|
|
78 |
.sp
|
|
79 |
.if n \{\
|
|
80 |
.RS 4
|
|
81 |
.\}
|
|
82 |
.nf
|
|
83 |
policytool
|
|
84 |
.fi
|
|
85 |
.if n \{\
|
2692
|
86 |
.RE
|
23600
|
87 |
.\}
|
|
88 |
.PP
|
|
89 |
\fIpolicytool\fRコマンドを実行し、指定されたファイルをロードします:
|
|
90 |
.sp
|
|
91 |
.if n \{\
|
|
92 |
.RS 4
|
|
93 |
.\}
|
|
94 |
.nf
|
|
95 |
policytool\-file mypolicyfile
|
2692
|
96 |
.fi
|
23600
|
97 |
.if n \{\
|
|
98 |
.RE
|
|
99 |
.\}
|
|
100 |
.SH "説明"
|
|
101 |
.PP
|
|
102 |
\fIpolicytool\fRコマンドは、管理者のGUIを呼び出します。これにより、システム管理者はローカル・ポリシー・ファイルの内容を管理できるようになります。ポリシー・ファイルは\fI\&.policy\fR拡張子を持つプレーンテキスト・ファイルで、ドメイン別にリモート・リクエスタを権限オブジェクトにマップします。詳細は、http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.htmlにある
|
|
103 |
「Default Policy Implementation and Policy File Syntax」を参照してください
|
|
104 |
.SH "オプション"
|
|
105 |
.PP
|
|
106 |
\-file
|
|
107 |
.RS 4
|
|
108 |
ポリシー・ファイルを読み込むように\fIpolicytool\fRに指示します。
|
|
109 |
.RE
|
|
110 |
.SH "関連項目"
|
|
111 |
.sp
|
|
112 |
.RS 4
|
|
113 |
.ie n \{\
|
|
114 |
\h'-04'\(bu\h'+03'\c
|
|
115 |
.\}
|
|
116 |
.el \{\
|
|
117 |
.sp -1
|
|
118 |
.IP \(bu 2.3
|
|
119 |
.\}
|
|
120 |
「Default Policy Implementation and Policy File Syntax」
|
|
121 |
(http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html)
|
|
122 |
.RE
|
|
123 |
.sp
|
|
124 |
.RS 4
|
|
125 |
.ie n \{\
|
|
126 |
\h'-04'\(bu\h'+03'\c
|
|
127 |
.\}
|
|
128 |
.el \{\
|
|
129 |
.sp -1
|
|
130 |
.IP \(bu 2.3
|
|
131 |
.\}
|
|
132 |
「Policy File Creation and Management」
|
|
133 |
(http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyGuide\&.html)
|
|
134 |
.RE
|
|
135 |
.sp
|
|
136 |
.RS 4
|
|
137 |
.ie n \{\
|
|
138 |
\h'-04'\(bu\h'+03'\c
|
|
139 |
.\}
|
|
140 |
.el \{\
|
|
141 |
.sp -1
|
|
142 |
.IP \(bu 2.3
|
|
143 |
.\}
|
|
144 |
「Permissions in Java SE Development Kit (JDK)」
|
|
145 |
(http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/permissions\&.html)
|
|
146 |
.RE
|
|
147 |
.sp
|
|
148 |
.RS 4
|
|
149 |
.ie n \{\
|
|
150 |
\h'-04'\(bu\h'+03'\c
|
|
151 |
.\}
|
|
152 |
.el \{\
|
|
153 |
.sp -1
|
|
154 |
.IP \(bu 2.3
|
|
155 |
.\}
|
|
156 |
「Java Security Overview」
|
|
157 |
(http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/overview/jsoverview\&.html)
|
|
158 |
.RE
|
|
159 |
.sp
|
|
160 |
.RS 4
|
|
161 |
.ie n \{\
|
|
162 |
\h'-04'\(bu\h'+03'\c
|
|
163 |
.\}
|
|
164 |
.el \{\
|
|
165 |
.sp -1
|
|
166 |
.IP \(bu 2.3
|
|
167 |
.\}
|
|
168 |
「Java Cryptography Architecture (JCA) Reference Guide」
|
|
169 |
(http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec\&.html)
|
|
170 |
.RE
|
2692
|
171 |
.br
|
23600
|
172 |
'pl 8.5i
|
|
173 |
'bp
|