2
0
mirror of git://github.com/lxc/lxc synced 2025-08-22 06:51:39 +00:00

doc: Fix reverse allowlist/denylist

Reported at: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1957934
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2022-02-02 21:28:55 -05:00
parent 903b1996b9
commit 2965130c45
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View 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>