On Wed, Mar 2, 2022 at 1:50 PM James Carter <jwcart2@xxxxxxxxx> wrote: > > On Wed, Mar 2, 2022 at 7:35 AM Petr Lautrbach <plautrba@xxxxxxxxxx> wrote: > > > > Fixes: https://github.com/SELinuxProject/selinux/issues/340 > > > > Signed-off-by: Petr Lautrbach <plautrba@xxxxxxxxxx> > > Acked-by: James Carter <jwcart2@xxxxxxxxx> > Merged. Thanks, Jim > > --- > > python/semanage/semanage-fcontext.8 | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/python/semanage/semanage-fcontext.8 b/python/semanage/semanage-fcontext.8 > > index 49635ba788f7..1ebf085faed8 100644 > > --- a/python/semanage/semanage-fcontext.8 > > +++ b/python/semanage/semanage-fcontext.8 > > @@ -3,7 +3,7 @@ > > semanage\-fcontext \- SELinux Policy Management file context tool > > > > .SH "SYNOPSIS" > > -.B semanage fcontext [\-h] [\-n] [\-N] [\-S STORE] [ \-\-add ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC ) | \-\-delete ( \-t TYPE \-f FTYPE | \-e EQUAL ) FILE_SPEC ) | \-\-deleteall | \-\-extract | \-\-list [\-C] | \-\-modify ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC ) ] > > +.B semanage fcontext [\-h] [\-n] [\-N] [\-S STORE] [ \-\-add ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC | \-\-delete ( \-t TYPE \-f FTYPE | \-e EQUAL ) FILE_SPEC | \-\-deleteall | \-\-extract | \-\-list [\-C] | \-\-modify ( \-t TYPE \-f FTYPE \-r RANGE \-s SEUSER | \-e EQUAL ) FILE_SPEC ] > > > > .SH "DESCRIPTION" > > semanage is used to configure certain elements of > > -- > > 2.35.1 > >