NixOS Hardening: Difference between revisions
mNo edit summary |
→linux-hardened: Update to 6.18 |
||
| Line 8: | Line 8: | ||
buildLinux (args // rec { | buildLinux (args // rec { | ||
version = "6. | version = "6.18.33-hardened1"; | ||
hash = "sha256-SlsOQjREc73E+90FiR+zrNELtUY9yZAT34vBr4Dt7h4="; | |||
extraMeta.branch = "6. | 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; | ||
# Runtime undefined behaviour checks | # Runtime undefined behaviour checks | ||