kernel: add a patch for cve-2011-1767/1768.

This commit is contained in:
Arne Fitzenreiter
2011-07-25 20:25:28 +02:00
parent 6a6a89a2c4
commit 18520692cd
2 changed files with 140 additions and 0 deletions

View File

@@ -125,6 +125,9 @@ else
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32-imq-test2.patch
endif
# Patch CVE 2011-1767 and 1768 dos hole
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.43-cve_2011_1767+1768.patch
# Not report deprecated syscall 1.23 (for kudzu)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.25.18-not_report_sysctl_1.23.patch