Merge pull request #4087 from tenforward/japanese

doc: Fix reverse allowlist/denylist in Japanese man page
This commit is contained in:
Christian Brauner 2022-02-21 14:32:10 +01:00 committed by GitHub
commit 96a30fe95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2217,7 +2217,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem> <listitem>
<para> <para>
<!-- <!--
A allowlist device rule A denylist device rule
<programlisting> <programlisting>
lxc.cgroup2.devices.deny = a lxc.cgroup2.devices.deny = a
</programlisting> </programlisting>
@ -2226,7 +2226,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
must be added via the <option>lxc.cgroup2.devices.allow</option> must be added via the <option>lxc.cgroup2.devices.allow</option>
key. This is referred to as a "allowlist" device program. key. This is referred to as a "allowlist" device program.
--> -->
許可リストallowlistのデバイスルール 拒否リストdenylistのデバイスルール
<programlisting> <programlisting>
lxc.cgroup2.devices.deny = a lxc.cgroup2.devices.deny = a
</programlisting> </programlisting>
@ -2238,7 +2238,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem> <listitem>
<para> <para>
<!-- <!--
A denylist device rule An allowlist device rule
<programlisting> <programlisting>
lxc.cgroup2.devices.allow = a lxc.cgroup2.devices.allow = a
</programlisting> </programlisting>
@ -2247,7 +2247,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
must be added via <option>lxc.cgroup2.devices.deny</option> key. must be added via <option>lxc.cgroup2.devices.deny</option> key.
This is referred to as a "denylist" device program. This is referred to as a "denylist" device program.
--> -->
拒否リストdenylistのデバイスルール 許可リストallowlistのデバイスルール
<programlisting> <programlisting>
lxc.cgroup2.devices.allow = a lxc.cgroup2.devices.allow = a
</programlisting> </programlisting>
@ -2368,7 +2368,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</programlisting> </programlisting>
<!-- <!--
instead then the last line will cause LXC to reset the device list and instead then the last line will cause LXC to reset the device list and
switch from a allowlist program to a denylist program. switch from an allowlist program to a denylist program.
--> -->
前の例と違って最後の行によって、LXC はデバイスリストをリセットし、許可リストallowlistから拒否リストdenylistにプログラムを変更してしまいます。 前の例と違って最後の行によって、LXC はデバイスリストをリセットし、許可リストallowlistから拒否リストdenylistにプログラムを変更してしまいます。
</para> </para>