Merge pull request #2814 from tenforward/japanese

doc: Add lxc.seccomp.allow_nesting to Japanese lxc.container.conf(5)
This commit is contained in:
Christian Brauner 2019-01-28 11:54:45 +01:00 committed by GitHub
commit 91046ccd42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2433,6 +2433,24 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>lxc.seccomp.allow_nesting</option>
</term>
<listitem>
<para>
<!--
If this flag is set to 1, then seccomp filters will be stacked
regardless of whether a seccomp profile is already loaded.
This allows nested containers to load their own seccomp profile.
The default setting is 0.
-->
このオプションを 1 に設定すると、すでに seccomp プロファイルがロードされている、いないに関わらず、seccomp フィルタが重ね合わせられます。
これにより、ネストされたコンテナが自身の seccomp プロファイルをロードできます。
デフォルト値は 0 です。
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2>