OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / runcon.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH RUNCON 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 runcon \- run command with specified security context
10 .SH 書式
11 \fBruncon\fP \fICONTEXT COMMAND \fP[\fIargs\fP]
12 .br
13 \fBruncon\fP [ \fI\-c \fP] [\fI\-u USER\fP] [\fI\-r ROLE\fP] [\fI\-t TYPE\fP] [\fI\-l RANGE\fP]
14 \fICOMMAND \fP[\fIargs\fP]
15 .SH 説明
16 Run COMMAND with completely\-specified CONTEXT, or with current or
17 transitioned security context modified by one or more of LEVEL, ROLE, TYPE,
18 and USER.
19 .PP
20 If none of \fI\-c\fP, \fI\-t\fP, \fI\-u\fP, \fI\-r\fP, or \fI\-l\fP, is specified, the first
21 argument is used as the complete context.  Any additional arguments after
22 \fICOMMAND\fP are interpreted as arguments to the command.
23 .PP
24 Note that only carefully\-chosen contexts are likely to successfully run.
25 .PP
26 Run a program in a different security context.  With neither CONTEXT nor
27 COMMAND, print the current security context.
28 .TP 
29 CONTEXT
30 Complete security context
31 .TP 
32 \fB\-c\fP, \fB\-\-compute\fP
33 compute process transition context before modifying
34 .TP 
35 \fB\-t\fP, \fB\-\-type\fP=\fITYPE\fP
36 type (for same role as parent)
37 .TP 
38 \fB\-u\fP, \fB\-\-user\fP=\fIUSER\fP
39 user identity
40 .TP 
41 \fB\-r\fP, \fB\-\-role\fP=\fIROLE\fP
42 role
43 .TP 
44 \fB\-l\fP, \fB\-\-range\fP=\fIRANGE\fP
45 levelrange
46 .TP 
47 \fB\-\-help\fP
48 この使い方を表示して終了する
49 .TP 
50 \fB\-\-version\fP
51 バージョン情報を表示して終了する
52 .SH 作者
53 Russell Coker が作成した。
54 .SH バグ報告
55 runcon のバグは bug\-coreutils@gnu.org に報告してください。
56 .br
57 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
58 .br
59 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
60 .br
61 runcon の翻訳のバグは <http://translationproject.org/team/> に報告してください。
62 .SH 著作権
63 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
64 version 3 or later <http://gnu.org/licenses/gpl.html>.
65 .br
66 This is free software: you are free to change and redistribute it.  There is
67 NO WARRANTY, to the extent permitted by law.
68 .SH 関連項目
69 \fBruncon\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
70 \fBinfo\fP と \fBruncon\fP のプログラムがお使いの環境に適切にインストールされているならば、
71 コマンド
72 .IP
73 \fBinfo coreutils \(aqruncon invocation\(aq\fP
74 .PP
75 を実行すると、完全なマニュアルを読むことができるはずである。