Merge pull request #22815 from awakenetworks/parnell/fix-wrappers-docs

security-wrapper: Wrap <para> tags in a <note> tag
This commit is contained in:
Robin Gloster 2017-02-15 04:43:31 +01:00 committed by GitHub
commit 44c3bfbc10

View File

@ -109,10 +109,11 @@ in
};
};
description = ''
<para>This option allows the ownership and permissions on the
setuid wrappers for specific programs to be overridden from
the default (setuid root, but not setgid root).</para>
This option allows the ownership and permissions on the setuid
wrappers for specific programs to be overridden from the
default (setuid root, but not setgid root).
<note>
<para>Additionally, this option can set capabilities on a
wrapper program that propagates those capabilities down to the
wrapped, real program.</para>
@ -130,6 +131,7 @@ in
cases in which the real program needs cap_setpcap but it at
least leans on the side security paranoid vs. too
relaxed.</para>
</note>
'';
};