]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Fix reverse allowlist/denylist in Japanese man page
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Mon, 21 Feb 2022 13:17:36 +0000 (22:17 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 22 Feb 2022 04:05:41 +0000 (23:05 -0500)
Update for commit 2965130c45124a01f017144512c39fc39fa8717c

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
doc/ja/lxc.container.conf.sgml.in

index c4d6c962ee6c6191d1eb6497e1ebe137dc3a03d3..2224409b9ea62f76abab2a811a658fef531f093f 100644 (file)
@@ -2204,7 +2204,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>
@@ -2213,7 +2213,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>
@@ -2225,7 +2225,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>
@@ -2234,7 +2234,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>
@@ -2355,7 +2355,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>