Skip to content

Commit

Permalink
gresecurity docs: fix incorrect option (#23789)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4ca17dd)
  • Loading branch information
zetok authored and vcunat committed Mar 12, 2017
1 parent 68cc97d commit 4d25eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/security/grsecurity.xml
Expand Up @@ -312,7 +312,7 @@
Overflows in boot critical code (e.g., the root filesystem module) can
render the system unbootable. Work around by setting
<programlisting>
boot.kernel.kernelParams = [ "pax_size_overflow_report_only" ];
boot.kernelParams = [ "pax_size_overflow_report_only" ];
</programlisting>
</para></listitem>

Expand Down

0 comments on commit 4d25eaa

Please sign in to comment.