diff --git a/Scripts/LineageOS-14.1/00init.sh b/Scripts/LineageOS-14.1/00init.sh index b04b48dc..87d0c678 100644 --- a/Scripts/LineageOS-14.1/00init.sh +++ b/Scripts/LineageOS-14.1/00init.sh @@ -8,7 +8,7 @@ export base; patches="/mnt/Drive-1/Development/Other/Android_ROMs/Patches/LineageOS-14.1/"; export patches; -cvePatches="/mnt/Drive-1/Development/Other/Android_ROMs/Patches/Linux_CVEs/"; +cvePatches="/mnt/Drive-1/Development/Other/Android_ROMs/Patches/Linux_CVEs-New/"; export cvePatches; scripts="/mnt/Drive-1/Development/Other/Android_ROMs/Scripts/LineageOS-14.1/"; diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh index 0712174e..66e72f5b 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_amazon_hdx-common.sh @@ -1,4 +1,5 @@ #!/bin/bash +#Tested working 2017/10/30???? cd $base"kernel/amazon/hdx-common" git apply $cvePatches/CVE-2012-6704/ANY/0.patch git apply $cvePatches/CVE-2014-1739/ANY/0.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh index 34e08c82..8b3e2d64 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_lge_mako.sh @@ -1,4 +1,5 @@ #!/bin/bash +#Tested working 2017/10/29 cd $base"kernel/lge/mako" git apply $cvePatches/CVE-2016-8402/3.4/1.patch git apply $cvePatches/CVE-2016-8404/ANY/0.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh index 9931a85f..99046b2f 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_motorola_msm8992.sh @@ -1,4 +1,5 @@ #!/bin/bash +#Tested working 2017/10/29 cd $base"kernel/motorola/msm8992" git apply $cvePatches/CVE-2014-9781/ANY/0.patch git apply $cvePatches/CVE-2015-8019/3.10/0.patch @@ -35,6 +36,7 @@ git apply $cvePatches/CVE-2016-9604/ANY/0.patch git apply $cvePatches/CVE-2017-0404/ANY/0.patch git apply $cvePatches/CVE-2017-0427/3.10/1.patch git apply $cvePatches/CVE-2017-0436/ANY/0.patch +git apply $cvePatches/CVE-2017-0452/ANY/1.patch git apply $cvePatches/CVE-2017-0457/3.10/0.patch git apply $cvePatches/CVE-2017-0457/3.10/1.patch git apply $cvePatches/CVE-2017-0459/3.10/1.patch @@ -52,7 +54,7 @@ git apply $cvePatches/CVE-2017-0746/ANY/0.patch git apply $cvePatches/CVE-2017-0748/ANY/0.patch git apply $cvePatches/CVE-2017-0750/ANY/0.patch git apply $cvePatches/CVE-2017-0751/ANY/0.patch -git apply $cvePatches/CVE-2017-0794/3.10/0.patch +#git apply $cvePatches/CVE-2017-0794/3.10/0.patch git apply $cvePatches/CVE-2017-10997/ANY/0.patch git apply $cvePatches/CVE-2017-10998/3.10/0.patch git apply $cvePatches/CVE-2017-11048/3.10/0.patch diff --git a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh index efebb32e..dd84c531 100644 --- a/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh +++ b/Scripts/LineageOS-14.1/CVE_Patchers/android_kernel_oneplus_msm8974.sh @@ -1,4 +1,5 @@ #!/bin/bash +#Tested working 2017/10/29 cd $base"kernel/oneplus/msm8974" git apply $cvePatches/CVE-2014-9781/ANY/0.patch git apply $cvePatches/CVE-2014-9876/3.4/1.patch