nixos manual: move chapter on grsecurity to auto-generated module docs
This commit is contained in:
parent
d78e0ed1f9
commit
dab32a1fa6
@ -23,7 +23,6 @@ effect after you run <command>nixos-rebuild</command>.</para>
|
|||||||
<xi:include href="x-windows.xml" />
|
<xi:include href="x-windows.xml" />
|
||||||
<xi:include href="networking.xml" />
|
<xi:include href="networking.xml" />
|
||||||
<xi:include href="linux-kernel.xml" />
|
<xi:include href="linux-kernel.xml" />
|
||||||
<xi:include href="grsecurity.xml" />
|
|
||||||
|
|
||||||
<xi:include href="emacs.xml" />
|
<xi:include href="emacs.xml" />
|
||||||
<xi:include href="modules.xml" xpointer="xpointer(//section[@id='modules']/*)" />
|
<xi:include href="modules.xml" xpointer="xpointer(//section[@id='modules']/*)" />
|
||||||
|
@ -20,6 +20,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
meta = {
|
||||||
|
maintainers = with maintainers; [ joachifm ];
|
||||||
|
doc = ./grsecurity.xml;
|
||||||
|
};
|
||||||
|
|
||||||
options.security.grsecurity = {
|
options.security.grsecurity = {
|
||||||
|
|
||||||
enable = mkEnableOption "grsecurity/PaX";
|
enable = mkEnableOption "grsecurity/PaX";
|
||||||
|
Loading…
Reference in New Issue
Block a user