]> git.proxmox.com Git - mirror_lxc.git/commitdiff
doc: Fix reverse allowlist/denylist
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Feb 2022 02:28:55 +0000 (21:28 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Feb 2022 02:28:58 +0000 (21:28 -0500)
Reported at: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1957934
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
doc/lxc.container.conf.sgml.in

index e2c7868cf643c4ac05923b4ae3c1cec679a9c149..9c5db9ba1471e271d57cbbda6c54c50b8bb8ac63 100644 (file)
@@ -1652,7 +1652,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
         <itemizedlist>
           <listitem>
            <para>
-             A allowlist device rule
+             A denylist device rule
               <programlisting>
                lxc.cgroup2.devices.deny = a
               </programlisting>
@@ -1665,7 +1665,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
           <listitem>
            <para>
-             A denylist device rule
+             An allowlist device rule
               <programlisting>
                lxc.cgroup2.devices.allow = a
               </programlisting>
@@ -1755,7 +1755,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
           lxc.cgroup2.devices.deny = a
         </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.
       </para>
       <variablelist>
         <varlistentry>