grsecurity module: grsecurity is not capitalized mid-sentence
This commit is contained in:
parent
94824303be
commit
cef7150bc7
@ -22,7 +22,7 @@ in
|
|||||||
{
|
{
|
||||||
options.security.grsecurity = {
|
options.security.grsecurity = {
|
||||||
|
|
||||||
enable = mkEnableOption "Grsecurity/PaX";
|
enable = mkEnableOption "grsecurity/PaX";
|
||||||
|
|
||||||
lockTunables = mkOption {
|
lockTunables = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
@ -59,7 +59,7 @@ in
|
|||||||
# Install rules for the grsec device node
|
# Install rules for the grsec device node
|
||||||
services.udev.packages = [ pkgs.gradm ];
|
services.udev.packages = [ pkgs.gradm ];
|
||||||
|
|
||||||
# This service unit is responsible for locking the Grsecurity tunables. The
|
# This service unit is responsible for locking the grsecurity tunables. The
|
||||||
# unit is always defined, but only activated on bootup if lockTunables is
|
# unit is always defined, but only activated on bootup if lockTunables is
|
||||||
# toggled. When lockTunables is toggled, failure to activate the unit will
|
# toggled. When lockTunables is toggled, failure to activate the unit will
|
||||||
# enter emergency mode. The intent is to make it difficult to silently
|
# enter emergency mode. The intent is to make it difficult to silently
|
||||||
|
Loading…
x
Reference in New Issue
Block a user