From: Stéphane Graber Date: Thu, 3 Feb 2022 02:28:55 +0000 (-0500) Subject: doc: Fix reverse allowlist/denylist X-Git-Tag: lxc-5.0.0~33^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4078%2Fhead;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 e2c7868cf..9c5db9ba1 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1652,7 +1652,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 @@ -1665,7 +1665,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 @@ -1755,7 +1755,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.