author | amurillo |
Mon, 08 Jun 2015 11:11:47 -0700 | |
changeset 31052 | 4c45af8f8225 |
parent 30373 | 7b7094f0b833 |
child 31876 | 91b22707521a |
permissions | -rw-r--r-- |
23600 | 1 |
'\" t |
2 |
.\" Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. |
|
3 |
.\" Title: policytool |
|
4 |
.\" Language: English |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
5 |
.\" Date: 2013年11月21日 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
6 |
.\" SectDesc: セキュリティ・ツール |
23600 | 7 |
.\" Software: JDK 8 |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
8 |
.\" Arch: 汎用 |
23600 | 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 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
31 |
.TH "policytool" "1" "2013年11月21日" "JDK 8" "セキュリティ・ツール" |
23600 | 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" |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
52 |
policytool \- ユーティリティGUI経由で取得したユーザー入力に基づいて、プレーン・テキストのポリシー・ファイルを読み書きします。 |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
53 |
.SH "概要" |
23600 | 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 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
67 |
ポリシー・ファイルを読み込むように\fIpolicytool\fRに指示します。 |
23600 | 68 |
.RE |
69 |
.PP |
|
70 |
\fIfilename\fR |
|
71 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
72 |
ロードするファイルの名前。 |
23600 | 73 |
.RE |
74 |
.PP |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
75 |
\fB例\fR: |
23600 | 76 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
77 |
ポリシー・ツール管理ユーティリティを実行します: |
23600 | 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 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
89 |
\fIpolicytool\fRコマンドを実行し、指定されたファイルをロードします: |
23600 | 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 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
100 |
.SH "説明" |
23600 | 101 |
.PP |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
102 |
\fIpolicytool\fRコマンドは、管理者のGUIを呼び出します。これにより、システム管理者はローカル・ポリシー・ファイルの内容を管理できるようになります。ポリシー・ファイルは\fI\&.policy\fR拡張子を持つプレーンテキスト・ファイルで、ドメイン別にリモート・リクエスタを権限オブジェクトにマップします。詳細は、http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.htmlにある |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
103 |
「Default Policy Implementation and Policy File Syntax」を参照してください |
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
104 |
.SH "オプション" |
23600 | 105 |
.PP |
106 |
\-file |
|
107 |
.RS 4 |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
108 |
ポリシー・ファイルを読み込むように\fIpolicytool\fRに指示します。 |
23600 | 109 |
.RE |
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
110 |
.SH "関連項目" |
23600 | 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 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
120 |
「Default Policy Implementation and Policy File Syntax」 |
23600 | 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 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
132 |
「Policy File Creation and Management」 |
23600 | 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 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
144 |
「Permissions in Java SE Development Kit (JDK)」 |
23600 | 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 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
156 |
「Java Security Overview」 |
23600 | 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 |
.\} |
|
30373
7b7094f0b833
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse
parents:
23600
diff
changeset
|
168 |
「Java Cryptography Architecture (JCA) Reference Guide」 |
23600 | 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 |