mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-16 13:01:08 +00:00
gresecurity docs: fix incorrect option (#23789)
This commit is contained in:
parent
f5a5516355
commit
4ca17dd6c0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue