]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add lxc.monitor.unshare to lxc.container.conf(5)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Thu, 3 Dec 2015 11:48:18 +0000 (20:48 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Dec 2015 18:53:38 +0000 (13:53 -0500)
Update for commit a8dfe4e and 6039eaa

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc.container.conf.sgml.in

index b7e2a6c4b390d4f8005b594793b9240b4277031b..e830e254b140f528d42d1e4c33a00a295c25aee1 100644 (file)
@@ -2337,6 +2337,22 @@ mknod errno 0
             </para>
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term>
+            <option>lxc.monitor.unshare</option>
+          </term>
+          <listitem>
+            <para>
+              <!--
+              If not zero the mount namespace will be unshared from the host
+              before initializing the container (before running any pre-start
+              hooks). This requires the CAP_SYS_ADMIN capability at startup.
+              Default is 0.
+                -->
+              この値が 0 でない場合、コンテナが初期化される前 (pre-start フックが実行される前) にマウント名前空間がホストから unshare されます。この機能を使う場合、スタート時に CAP_SYS_ADMIN ケーパビリティが必要です。デフォルト値は 0 です。
+            </para>
+          </listitem>
+        </varlistentry>
         <varlistentry>
           <term>
             <option>lxc.group</option>