security-wrapper: Wrap <para> tags in a <note> tag
This commit is contained in:
parent
c34a52bf5d
commit
1f83f1c878
|
@ -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>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue