grsecurity: add myself to maintainer list
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
1459896be1
commit
4202a9315a
@ -6872,7 +6872,7 @@ let
|
|||||||
# config options you need (e.g. by overriding extraConfig). See list of options here:
|
# config options you need (e.g. by overriding extraConfig). See list of options here:
|
||||||
# https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options
|
# https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options
|
||||||
linux_3_2_grsecurity = lowPrio (lib.addMetaAttrs {
|
linux_3_2_grsecurity = lowPrio (lib.addMetaAttrs {
|
||||||
maintainers = with lib.maintainers; [ wizeman ];
|
maintainers = with lib.maintainers; [ wizeman thoughtpolice ];
|
||||||
} (lib.overrideDerivation (linux_3_2.override (args: {
|
} (lib.overrideDerivation (linux_3_2.override (args: {
|
||||||
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_2_55 kernelPatches.grsec_path ];
|
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_2_55 kernelPatches.grsec_path ];
|
||||||
argsOverride = {
|
argsOverride = {
|
||||||
@ -6881,7 +6881,7 @@ let
|
|||||||
})) (args: grsecurityOverrider args)));
|
})) (args: grsecurityOverrider args)));
|
||||||
|
|
||||||
linux_3_13_grsecurity = lowPrio (lib.addMetaAttrs {
|
linux_3_13_grsecurity = lowPrio (lib.addMetaAttrs {
|
||||||
maintainers = with lib.maintainers; [ wizeman ];
|
maintainers = with lib.maintainers; [ wizeman thoughtpolice ];
|
||||||
} (lib.overrideDerivation (linux_3_13.override (args: {
|
} (lib.overrideDerivation (linux_3_13.override (args: {
|
||||||
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_7 kernelPatches.grsec_path ];
|
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_7 kernelPatches.grsec_path ];
|
||||||
argsOverride = {
|
argsOverride = {
|
||||||
|
Loading…
Reference in New Issue
Block a user