Skip to content

Commit

Permalink
Merge pull request #4087 from tenforward/japanese
Browse files Browse the repository at this point in the history
doc: Fix reverse allowlist/denylist in Japanese man page
  • Loading branch information
Christian Brauner committed Feb 21, 2022
2 parents fd115a7 + 302a872 commit 96a30fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/ja/lxc.container.conf.sgml.in
Expand Up @@ -2217,7 +2217,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<para>
<!--
A allowlist device rule
A denylist device rule
<programlisting>
lxc.cgroup2.devices.deny = a
</programlisting>
Expand All @@ -2226,7 +2226,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
must be added via the <option>lxc.cgroup2.devices.allow</option>
key. This is referred to as a "allowlist" device program.
-->
許可リスト(allowlist)のデバイスルール
拒否リスト(denylist)のデバイスルール
<programlisting>
lxc.cgroup2.devices.deny = a
</programlisting>
Expand All @@ -2238,7 +2238,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<para>
<!--
A denylist device rule
An allowlist device rule
<programlisting>
lxc.cgroup2.devices.allow = a
</programlisting>
Expand All @@ -2247,7 +2247,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
must be added via <option>lxc.cgroup2.devices.deny</option> key.
This is referred to as a "denylist" device program.
-->
拒否リスト(denylist)のデバイスルール
許可リスト(allowlist)のデバイスルール
<programlisting>
lxc.cgroup2.devices.allow = a
</programlisting>
Expand Down Expand Up @@ -2368,7 +2368,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</programlisting>
<!--
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)にプログラムを変更してしまいます。
</para>
Expand Down

0 comments on commit 96a30fe

Please sign in to comment.