mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
c3c75e7b73
This reverts commit 7d24041ae3
.
A quick sanity check against cve.lineageos.org shows most of these are patched already.
--3way == bad way
10 lines
343 B
Bash
10 lines
343 B
Bash
#!/bin/bash
|
|
cd $base"kernel/nextbit/msm8992"
|
|
git apply $cvePatches/CVE-2014-9904/ANY/0.patch
|
|
git apply $cvePatches/CVE-2016-6672/ANY/0.patch
|
|
git apply $cvePatches/CVE-2017-0648/ANY/0.patch
|
|
git apply $cvePatches/CVE-2017-0750/ANY/0.patch
|
|
git apply $cvePatches/CVE-2017-6345/ANY/0.patch
|
|
git apply $cvePatches/LVT-2017-0003/3.10/0.patch
|
|
cd $base
|