grsecurity module: tweak lockTunables option description

This commit is contained in:
Joachim Fasting
2016-07-16 11:11:35 +02:00
parent cef7150bc7
commit 59c9a88a6b
+3 -3
View File
@@ -31,9 +31,9 @@ in
description = '' description = ''
Whether to automatically lock grsecurity tunables Whether to automatically lock grsecurity tunables
(<option>boot.kernel.sysctl."kernel.grsecurity.*"</option>). Disable (<option>boot.kernel.sysctl."kernel.grsecurity.*"</option>). Disable
this to allow configuration of grsecurity features while the system is this to allow runtime configuration of grsecurity features. Activate
running. The lock can be manually engaged by activating the the <literal>grsec-lock</literal> service unit to prevent further
<literal>grsec-lock</literal> service unit. configuration until the next reboot.
''; '';
}; };