Translation in Japanese #14
This commit is contained in:
parent
af474f1800
commit
a0bd5ec6b8
@ -21,16 +21,16 @@
|
|||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
.SH "NAME"
|
.SH "名前"
|
||||||
pam_panic \- 緊急時に機密データを保護するPAMモジュール
|
pam_panic \- 緊急時に機密データを保護するPAMモジュール
|
||||||
|
|
||||||
|
|
||||||
.SH "SYNOPSIS"
|
.SH "概要"
|
||||||
.HP \w'\fBpam_panic\&.so\fR\ 'u
|
.HP \w'\fBpam_panic\&.so\fR\ 'u
|
||||||
\fBpam_panic\&.so\fR [password] [allow=\fIUUID(GPT)\fR] [reject=\fIUUID(GPT)\fR] [reboot] [poweroff] [serious=\fIUUID\fR]
|
\fBpam_panic\&.so\fR [password] [allow=\fIUUID(GPT)\fR] [reject=\fIUUID(GPT)\fR] [reboot] [poweroff] [serious=\fIUUID\fR]
|
||||||
|
|
||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "説明"
|
||||||
.PP
|
.PP
|
||||||
pam_panic PAMモジュールは、緊急時にデータを保護するためのパニック機能を実装します。
|
pam_panic PAMモジュールは、緊急時にデータを保護するためのパニック機能を実装します。
|
||||||
.PP
|
.PP
|
||||||
@ -55,7 +55,7 @@ pam_panic PAMモジュールは、緊急時にデータを保護するための
|
|||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|
||||||
.SH "OPTIONS"
|
.SH "オプション"
|
||||||
.PP
|
.PP
|
||||||
\fBpassword\fR
|
\fBpassword\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
@ -121,9 +121,9 @@ LUKSヘッダーを消去した場合、データは復元できなくなりま
|
|||||||
|
|
||||||
.SH "USAGE"
|
.SH "USAGE"
|
||||||
.PP
|
.PP
|
||||||
To activate the module you have to configure PAM\&. See \fBpam\&.conf(5)\fR for details\&.
|
モジュールを使用するためには、PAMを設定する必要があります。詳細については、 \fBpam\&.conf(5)\fR を参照してください。
|
||||||
.PP
|
.PP
|
||||||
In general, you will want to add the following to the top of a PAM configuration file:
|
多くの場合、PAM設定ファイルの先頭に次の内容を設定すればよいでしょう。
|
||||||
.PD 0
|
.PD 0
|
||||||
.RS 4
|
.RS 4
|
||||||
auth requisite __PAMPANICSO__ auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
auth requisite __PAMPANICSO__ auth=<UUID> reject=<UUID> reboot serious=<UUID>
|
||||||
@ -139,49 +139,48 @@ account requisite __PAMPANICSO__
|
|||||||
.PD 1
|
.PD 1
|
||||||
|
|
||||||
|
|
||||||
.SH "HOW TO DETERMINE MY UUIDS"
|
.SH "UUIDを調べる方法"
|
||||||
.PP
|
.PP
|
||||||
You will find your UUIDs in \fI/dev/disk/by-partuuid\fR\&.
|
\fI/dev/disk/by-partuuid\fR でUUIDを調べることができます。
|
||||||
You might want to execute "\fBls -l /dev/disk/by-partuuid/\fR" in your favourite shell to find out which UUID is which device\&.
|
"\fBls -l /dev/disk/by-partuuid/\fR" を任意のシェルで実行して、どのデバイスがどのUUIDかを調べる必要があるかもしれません。
|
||||||
|
|
||||||
|
.SH "返り値"
|
||||||
.SH "RETURN VALUES"
|
|
||||||
.PP
|
.PP
|
||||||
PAM_SUCCESS
|
PAM_SUCCESS
|
||||||
.RS 4
|
.RS 4
|
||||||
Access was granted\&.
|
アクセスは許可されました。
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
PAM_IGNORE
|
PAM_IGNORE
|
||||||
.RS 4
|
.RS 4
|
||||||
An error has occured\&. The module will be ignored.\&.
|
エラーが発生しました。モジュールは無視されます。
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
PAM_MAXTRIES
|
PAM_MAXTRIES
|
||||||
.RS 4
|
.RS 4
|
||||||
The removable media was not detected\&.
|
リムーバブルメディアが検知されませんでした。
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|
||||||
.SH "FILES"
|
.SH "ファイル"
|
||||||
.PP
|
.PP
|
||||||
__PAMPANICSO__
|
__PAMPANICSO__
|
||||||
.RS 4
|
.RS 4
|
||||||
This PAM module\&.
|
このPAMモジュールです。
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
__PAMPANICPW__
|
__PAMPANICPW__
|
||||||
.RS 4
|
.RS 4
|
||||||
Program to set and change the passwords\&.
|
パスワードの設定および変更を行うためのプログラムです。
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|
||||||
.SH "BUGS"
|
.SH "バグ報告"
|
||||||
.PP
|
.PP
|
||||||
Please report bugs and send pull requests to <https://github\&.com/pampanic/pam_panic>\&.
|
<https://github\&.com/pampanic/pam_panic> で、バグの報告やプルリクエストを行ってください。
|
||||||
|
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "関連項目"
|
||||||
.PP
|
.PP
|
||||||
\fBpam_panic_pw\fR(1),
|
\fBpam_panic_pw\fR(1),
|
||||||
\fBcryptsetup\fR(8),
|
\fBcryptsetup\fR(8),
|
||||||
@ -189,9 +188,9 @@ Please report bugs and send pull requests to <https://github\&.com/pampanic/pam_
|
|||||||
\fBpam\&.conf\fR(5)
|
\fBpam\&.conf\fR(5)
|
||||||
|
|
||||||
|
|
||||||
.SH "AUTHORS"
|
.SH "著者"
|
||||||
.PD 0
|
.PD 0
|
||||||
.PP
|
.PP
|
||||||
pam_panic was written by Bandie <bandie@chaospott\&.de>\&.
|
pam_panic は Bandie <bandie@chaospott\&.de> によって作成されました。
|
||||||
.PP
|
.PP
|
||||||
This man page has been revised by Jordy Dickinson <jordy\&.dickinson@icloud\&.com>
|
この翻訳は Chromium Neptune <chromium@neplanet\&.com> によって作成されています。
|
||||||
|
Loading…
Reference in New Issue
Block a user