Import hardened patchset and config for 5.10.y
Also fix hardened config getting ditched out. Looks like it got broken in a PR earlier.
This commit is contained in:
@@ -342,7 +342,7 @@ _tkg_srcprep() {
|
||||
fi
|
||||
|
||||
# ARCH Patches
|
||||
if [ "${_configfile}" = "config_hardened_${_basekernel}.x86_64" ] && [ "${_cpusched}" = "cfs" ]; then
|
||||
if [ "${_configfile}" = "config_hardened.x86_64" ] && [ "${_cpusched}" = "cfs" ]; then
|
||||
msg2 "Using linux hardened patchset"
|
||||
tkgpatch="$srcdir/0012-linux-hardened.patch" && _tkg_patcher
|
||||
else
|
||||
|
Reference in New Issue
Block a user