security-wrapper: Wrap <para> tags in a <note> tag

This commit is contained in:
Parnell Springmeyer 2017-02-14 21:30:04 -06:00
parent c34a52bf5d
commit 1f83f1c878
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A
1 changed files with 20 additions and 18 deletions

View File

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