NixOS Hardening: Difference between revisions

Golbinex (talk | contribs)
mNo edit summary
Golbinex (talk | contribs)
linux-hardened: Update to 6.18
 
Line 8: Line 8:


       buildLinux (args // rec {
       buildLinux (args // rec {
         version = "6.12.79-hardened1";
         version = "6.18.33-hardened1";
        hash = "sha256-TKrLHk4aB47vqehEdp5ks4WtMCq/XCDr9ro3eQOoPvE=";
          hash = "sha256-SlsOQjREc73E+90FiR+zrNELtUY9yZAT34vBr4Dt7h4=";
         extraMeta.branch = "6.12";
         extraMeta.branch = "6.18";


         modDirVersion = version;
         modDirVersion = version;
Line 53: Line 53:
           # Enable gcc plugin options
           # Enable gcc plugin options
           GCC_PLUGINS = yes;
           GCC_PLUGINS = yes;
          #A port of the PaX stackleak plugin
          GCC_PLUGIN_STACKLEAK = yes;


           # Runtime undefined behaviour checks
           # Runtime undefined behaviour checks