Commit 1b29d73c by KATOH Yasufumi Committed by Stéphane Graber

doc: Update Japanese lxc-attach(1)

parent ea0da529
...@@ -126,7 +126,9 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -126,7 +126,9 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry> <varlistentry>
<term> <term>
<option>-e, --elevated-privileges</option> <option>
-e, --elevated-privileges <replaceable>privileges</replaceable>
</option>
</term> </term>
<listitem> <listitem>
<para> <para>
...@@ -141,6 +143,18 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -141,6 +143,18 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</para> </para>
<para> <para>
<!-- <!--
You may specify privileges, in case you do not want to elevate all of
them, as a pipe-separated list, e.g.
<replaceable>CGROUP|LSM</replaceable>. Allowed values are
<replaceable>CGROUP</replaceable>, <replaceable>CAP</replaceable> and
<replaceable>LSM</replaceable> representing cgroup, capabilities and
restriction privileges respectively.
-->
全ての特権の取得したくない場合は,パイプで連結したリストとして,例えば <replaceable>CGROUP|LSM</replaceable> のように,特権を指定することが可能です.
指定できる値は,それぞれ cgroup,ケーパビリティ,特権の制限を表す <replaceable>CGROUP</replaceable>,<replaceable>CAP</replaceable>,<replaceable>LSM</replaceable> です.
</para>
<para>
<!--
<emphasis>Warning:</emphasis> This may leak privileges into the <emphasis>Warning:</emphasis> This may leak privileges into the
container if the command starts subprocesses that remain active container if the command starts subprocesses that remain active
after the main process that was attached is terminated. The after the main process that was attached is terminated. The
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment