This commit is contained in:
Tad 2017-10-29 21:10:36 -04:00
parent 548fbd1b50
commit e1a0ab6afd
5 changed files with 7 additions and 2 deletions

View File

@ -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/";

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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