mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
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:
|
||||
# https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options
|
||||
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: {
|
||||
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_2_55 kernelPatches.grsec_path ];
|
||||
argsOverride = {
|
||||
@ -6881,7 +6881,7 @@ let
|
||||
})) (args: grsecurityOverrider args)));
|
||||
|
||||
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: {
|
||||
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_7 kernelPatches.grsec_path ];
|
||||
argsOverride = {
|
||||
|
Loading…
Reference in New Issue
Block a user