gresecurity docs: fix incorrect option (#23789)

This commit is contained in:
zetok 2017-03-12 14:05:14 +00:00 committed by Joachim F
parent f5a5516355
commit 4ca17dd6c0

View file

@ -312,7 +312,7 @@
Overflows in boot critical code (e.g., the root filesystem module) can Overflows in boot critical code (e.g., the root filesystem module) can
render the system unbootable. Work around by setting render the system unbootable. Work around by setting
<programlisting> <programlisting>
boot.kernel.kernelParams = [ "pax_size_overflow_report_only" ]; boot.kernelParams = [ "pax_size_overflow_report_only" ];
</programlisting> </programlisting>
</para></listitem> </para></listitem>