From: Stéphane Graber Date: Thu, 3 Feb 2022 02:28:55 +0000 (-0500) Subject: doc: Fix reverse allowlist/denylist X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71ba7f65616e72a313e2a41615e449178da9daf2;p=thirdparty%2Flxc.git doc: Fix reverse allowlist/denylist Reported at: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1957934 Signed-off-by: Stéphane Graber --- diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index c1054ddbc..a29cee08b 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1646,7 +1646,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - A allowlist device rule + A denylist device rule lxc.cgroup2.devices.deny = a @@ -1659,7 +1659,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - A denylist device rule + An allowlist device rule lxc.cgroup2.devices.allow = a @@ -1749,7 +1749,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA lxc.cgroup2.devices.deny = a 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.