OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / help2man.ja / runcon.x
1 [名前]
2 .\"O runcon \- run command with specified security context
3 runcon \- 指定されたセキュリティコンテキストでコマンドを実行する
4 [説明]
5 .\"O Run COMMAND with completely-specified CONTEXT, or with current or
6 .\"O transitioned security context modified by one or more of LEVEL,
7 .\"O ROLE, TYPE, and USER.
8 指定したセキュリティコンテキストで COMMAND を実行します。
9 セキュリティコンテキストは、完全に指定する方法と、
10 現在もしくは遷移セキュリティコンテキストを元に
11 変更する LEVEL, ROLE, TYPE, USER を指定する方法があります。
12 .PP
13 .\"O If none of \fI-c\fR, \fI-t\fR, \fI-u\fR, \fI-r\fR, or \fI-l\fR, is specified,
14 .\"O the first argument is used as the complete context.  Any additional
15 .\"O arguments after \fICOMMAND\fR are interpreted as arguments to the
16 .\"O command.
17 \fI-c\fR, \fI-t\fR, \fI-u\fR, \fI-r\fR, \fI-l\fR がどれも指定されていない場合、
18 最初の引き数が完全なコンテキストとして使用されます。
19 \fICOMMAND\fR より後ろに追加で引き数を指定することができ、
20 これらは実行するコマンドへの引き数として渡されます。
21 .PP
22 .\"O Note that only carefully-chosen contexts are likely to successfully
23 .\"O run.
24 実行が成功するには、コンテキストを注意深く選択しなければならない点に
25 注意して下さい。