nixos manual: move chapter on grsecurity to auto-generated module docs

This commit is contained in:
Joachim Fasting 2016-08-29 18:10:38 +02:00
parent d78e0ed1f9
commit dab32a1fa6
No known key found for this signature in database
GPG key ID: 7544761007FE4E08
3 changed files with 5 additions and 1 deletions

View file

@ -23,7 +23,6 @@ effect after you run <command>nixos-rebuild</command>.</para>
<xi:include href="x-windows.xml" />
<xi:include href="networking.xml" />
<xi:include href="linux-kernel.xml" />
<xi:include href="grsecurity.xml" />
<xi:include href="emacs.xml" />
<xi:include href="modules.xml" xpointer="xpointer(//section[@id='modules']/*)" />

View file

@ -20,6 +20,11 @@ let
in
{
meta = {
maintainers = with maintainers; [ joachifm ];
doc = ./grsecurity.xml;
};
options.security.grsecurity = {
enable = mkEnableOption "grsecurity/PaX";