diff mbox series

[1/2] libsemanage: clarify handle-unkown configuration setting in man page

Message ID 20200420114712.19160-1-cgzones@googlemail.com (mailing list archive)
State Accepted
Headers show
Series [1/2] libsemanage: clarify handle-unkown configuration setting in man page | expand

Commit Message

Christian Göttsche April 20, 2020, 11:47 a.m. UTC
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
---
 libsemanage/man/man5/semanage.conf.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Iooss April 26, 2020, 6:15 p.m. UTC | #1
On Mon, Apr 20, 2020 at 1:47 PM Christian Göttsche
<cgzones@googlemail.com> wrote:
>
> Signed-off-by: Christian Göttsche <cgzones@googlemail.com>

For both patches:

Acked-by: Nicolas Iooss <nicolas.iooss@m4x.org>

If nobody raises an objection, I will merge the 2 patches tomorrow,
with "unkown" replaced with "unknown" in the subject of the first one.

Thanks,
Nicolas
> ---
>  libsemanage/man/man5/semanage.conf.5 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libsemanage/man/man5/semanage.conf.5 b/libsemanage/man/man5/semanage.conf.5
> index 8efc7dd5..7d6f2fef 100644
> --- a/libsemanage/man/man5/semanage.conf.5
> +++ b/libsemanage/man/man5/semanage.conf.5
> @@ -95,8 +95,8 @@ to this option set to "false").
>
>  .TP
>  .B handle-unknown
> -This option controls the kernel behavior for handling permissions defined in the kernel but missing from the actual policy.
> -It can be set to "deny", "reject" or "allow".
> +This option overrides the kernel behavior for handling permissions defined in the kernel but missing from the actual policy.
> +It can be set to "deny", "reject" or "allow". By default the setting from the policy is taken.
>
>  .TP
>  .B bzip-blocksize
> --
> 2.26.1
>
Nicolas Iooss April 28, 2020, 7:34 a.m. UTC | #2
On Sun, Apr 26, 2020 at 8:15 PM Nicolas Iooss <nicolas.iooss@m4x.org> wrote:
>
> On Mon, Apr 20, 2020 at 1:47 PM Christian Göttsche
> <cgzones@googlemail.com> wrote:
> >
> > Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
>
> For both patches:
>
> Acked-by: Nicolas Iooss <nicolas.iooss@m4x.org>
>
> If nobody raises an objection, I will merge the 2 patches tomorrow,
> with "unkown" replaced with "unknown" in the subject of the first one.

Merged both patches about man pages. As discussed in another thread, I
did not merge the third patch (mark security_context_t typedef as
deprecated).

Thanks,
Nicolas
> > ---
> >  libsemanage/man/man5/semanage.conf.5 | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libsemanage/man/man5/semanage.conf.5 b/libsemanage/man/man5/semanage.conf.5
> > index 8efc7dd5..7d6f2fef 100644
> > --- a/libsemanage/man/man5/semanage.conf.5
> > +++ b/libsemanage/man/man5/semanage.conf.5
> > @@ -95,8 +95,8 @@ to this option set to "false").
> >
> >  .TP
> >  .B handle-unknown
> > -This option controls the kernel behavior for handling permissions defined in the kernel but missing from the actual policy.
> > -It can be set to "deny", "reject" or "allow".
> > +This option overrides the kernel behavior for handling permissions defined in the kernel but missing from the actual policy.
> > +It can be set to "deny", "reject" or "allow". By default the setting from the policy is taken.
> >
> >  .TP
> >  .B bzip-blocksize
> > --
> > 2.26.1
> >
diff mbox series

Patch

diff --git a/libsemanage/man/man5/semanage.conf.5 b/libsemanage/man/man5/semanage.conf.5
index 8efc7dd5..7d6f2fef 100644
--- a/libsemanage/man/man5/semanage.conf.5
+++ b/libsemanage/man/man5/semanage.conf.5
@@ -95,8 +95,8 @@  to this option set to "false").
 
 .TP
 .B handle-unknown
-This option controls the kernel behavior for handling permissions defined in the kernel but missing from the actual policy.
-It can be set to "deny", "reject" or "allow".
+This option overrides the kernel behavior for handling permissions defined in the kernel but missing from the actual policy.
+It can be set to "deny", "reject" or "allow". By default the setting from the policy is taken.
 
 .TP
 .B bzip-blocksize