mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Patch against towelroot
This commit is contained in:
parent
d1f4933957
commit
1b74baddf0
10 changed files with 990 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
|||
cd $base"kernel/amazon/hdx-common"
|
||||
git apply $cvePatches/CVE-2012-6704/^3.5/0001.patch
|
||||
git apply $cvePatches/CVE-2014-1739/ANY/0001.patch
|
||||
git apply $cvePatches/CVE-2014-3153/ANY/0002.patch
|
||||
git apply $cvePatches/CVE-2014-3153/ANY/0004.patch
|
||||
git apply $cvePatches/CVE-2014-4656/ANY/0001.patch
|
||||
git apply $cvePatches/CVE-2014-7822/3.2-^3.16/0001.patch
|
||||
git apply $cvePatches/CVE-2014-8709/ANY/0001.patch
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd $base"kernel/htc/msm8974"
|
||||
git apply $cvePatches/CVE-2014-1739/ANY/0001.patch
|
||||
git apply $cvePatches/CVE-2014-3153/ANY/0002.patch
|
||||
git apply $cvePatches/CVE-2014-3153/ANY/0004.patch
|
||||
git apply $cvePatches/CVE-2014-9715/^3.14/0002.patch
|
||||
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch
|
||||
git apply $cvePatches/CVE-2015-1593/ANY/0001.patch
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
cd $base"kernel/samsung/smdk4412"
|
||||
git apply $cvePatches/CVE-2014-1739/ANY/0001.patch
|
||||
git apply $cvePatches/CVE-2014-3153/ANY/0004.patch
|
||||
git apply $cvePatches/CVE-2014-4656/ANY/0001.patch
|
||||
git apply $cvePatches/CVE-2014-9420/ANY/0001.patch
|
||||
git apply $cvePatches/CVE-2014-9781/ANY/0001.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue