mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Fixes
This commit is contained in:
parent
548fbd1b50
commit
e1a0ab6afd
@ -8,7 +8,7 @@ export base;
|
|||||||
patches="/mnt/Drive-1/Development/Other/Android_ROMs/Patches/LineageOS-14.1/";
|
patches="/mnt/Drive-1/Development/Other/Android_ROMs/Patches/LineageOS-14.1/";
|
||||||
export patches;
|
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;
|
export cvePatches;
|
||||||
|
|
||||||
scripts="/mnt/Drive-1/Development/Other/Android_ROMs/Scripts/LineageOS-14.1/";
|
scripts="/mnt/Drive-1/Development/Other/Android_ROMs/Scripts/LineageOS-14.1/";
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#Tested working 2017/10/30????
|
||||||
cd $base"kernel/amazon/hdx-common"
|
cd $base"kernel/amazon/hdx-common"
|
||||||
git apply $cvePatches/CVE-2012-6704/ANY/0.patch
|
git apply $cvePatches/CVE-2012-6704/ANY/0.patch
|
||||||
git apply $cvePatches/CVE-2014-1739/ANY/0.patch
|
git apply $cvePatches/CVE-2014-1739/ANY/0.patch
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#Tested working 2017/10/29
|
||||||
cd $base"kernel/lge/mako"
|
cd $base"kernel/lge/mako"
|
||||||
git apply $cvePatches/CVE-2016-8402/3.4/1.patch
|
git apply $cvePatches/CVE-2016-8402/3.4/1.patch
|
||||||
git apply $cvePatches/CVE-2016-8404/ANY/0.patch
|
git apply $cvePatches/CVE-2016-8404/ANY/0.patch
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#Tested working 2017/10/29
|
||||||
cd $base"kernel/motorola/msm8992"
|
cd $base"kernel/motorola/msm8992"
|
||||||
git apply $cvePatches/CVE-2014-9781/ANY/0.patch
|
git apply $cvePatches/CVE-2014-9781/ANY/0.patch
|
||||||
git apply $cvePatches/CVE-2015-8019/3.10/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-0404/ANY/0.patch
|
||||||
git apply $cvePatches/CVE-2017-0427/3.10/1.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-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/0.patch
|
||||||
git apply $cvePatches/CVE-2017-0457/3.10/1.patch
|
git apply $cvePatches/CVE-2017-0457/3.10/1.patch
|
||||||
git apply $cvePatches/CVE-2017-0459/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-0748/ANY/0.patch
|
||||||
git apply $cvePatches/CVE-2017-0750/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-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-10997/ANY/0.patch
|
||||||
git apply $cvePatches/CVE-2017-10998/3.10/0.patch
|
git apply $cvePatches/CVE-2017-10998/3.10/0.patch
|
||||||
git apply $cvePatches/CVE-2017-11048/3.10/0.patch
|
git apply $cvePatches/CVE-2017-11048/3.10/0.patch
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#Tested working 2017/10/29
|
||||||
cd $base"kernel/oneplus/msm8974"
|
cd $base"kernel/oneplus/msm8974"
|
||||||
git apply $cvePatches/CVE-2014-9781/ANY/0.patch
|
git apply $cvePatches/CVE-2014-9781/ANY/0.patch
|
||||||
git apply $cvePatches/CVE-2014-9876/3.4/1.patch
|
git apply $cvePatches/CVE-2014-9876/3.4/1.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user