]> git.ipfire.org Git - thirdparty/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>
Tue, 22 Feb 2022 04:05:30 +0000 (23:05 -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 c1054ddbcbb3f099f7d74531b77ec89495e29b05..a29cee08b26e1204cbb0fc7449a7a0836dd105d3 100644 (file)
@@ -1646,7 +1646,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>
@@ -1659,7 +1659,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>
@@ -1749,7 +1749,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>