From 2965130c45124a01f017144512c39fc39fa8717c Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Wed, 2 Feb 2022 21:28:55 -0500 Subject: [PATCH] doc: Fix reverse allowlist/denylist MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported at: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1957934 Signed-off-by: Stéphane Graber --- doc/lxc.container.conf.sgml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2