On Wed, Jun 3, 2020 at 6:16 AM Topi Miettinen <toiwoton@xxxxxxxxx> wrote: > > Network Mask argument for `semanage node` accepts also the simple CIDR > mask format, so let's document it. > > Signed-off-by: Topi Miettinen <toiwoton@xxxxxxxxx> Acked-by: Stephen Smalley <stephen.smalley.work@xxxxxxxxx> > --- > python/semanage/semanage-node.8 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/python/semanage/semanage-node.8 b/python/semanage/semanage-node.8 > index e0b0e56c..a0098221 100644 > --- a/python/semanage/semanage-node.8 > +++ b/python/semanage/semanage-node.8 > @@ -45,7 +45,7 @@ Extract customizable commands, for use within a transaction > Remove all local customizations > .TP > .I \-M NETMASK, \-\-netmask NETMASK > -Network Mask > +Network Mask, either in CIDR (/16) or address mask notation (255.255.0.0, ffff::) > .TP > .I \-t TYPE, \-\-type TYPE > SELinux type for the object > -- > 2.26.2 >