summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
authorzetok <zetok@users.noreply.github.com>2017-03-12 14:05:14 +0000
committerJoachim F <joachifm@users.noreply.github.com>2017-03-12 15:05:14 +0100
commit4ca17dd6c099792f64399b2e9bd5b173ecee762f (patch)
treef15d1dc23c2ea09f0770d26daaf8d1a1da392254 /nixos/modules/security
parentf5a55163555b2520afafc5acb0174982905e7ed8 (diff)
downloadnixlib-4ca17dd6c099792f64399b2e9bd5b173ecee762f.tar
nixlib-4ca17dd6c099792f64399b2e9bd5b173ecee762f.tar.gz
nixlib-4ca17dd6c099792f64399b2e9bd5b173ecee762f.tar.bz2
nixlib-4ca17dd6c099792f64399b2e9bd5b173ecee762f.tar.lz
nixlib-4ca17dd6c099792f64399b2e9bd5b173ecee762f.tar.xz
nixlib-4ca17dd6c099792f64399b2e9bd5b173ecee762f.tar.zst
nixlib-4ca17dd6c099792f64399b2e9bd5b173ecee762f.zip
gresecurity docs: fix incorrect option (#23789)
Diffstat (limited to 'nixos/modules/security')
-rw-r--r--nixos/modules/security/grsecurity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/grsecurity.xml b/nixos/modules/security/grsecurity.xml
index 07a61919ab42..620e8f653f99 100644
--- a/nixos/modules/security/grsecurity.xml
+++ b/nixos/modules/security/grsecurity.xml
@@ -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>