mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-03 20:04:21 -04:00
Fix some kernel CVEs using using raymanfxs android-cve-checker
This commit is contained in:
parent
97c43ced26
commit
a812869b6c
3 changed files with 88 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
|||
#Created using raymanfx's android-cve-checker
|
||||
kernelPath="/mnt/Drive-1/Development/Other/Android_ROMs/Build/LineageOS-14.1/kernel/motorola/msm8916";
|
||||
cvePatch="/home/spotcomms/Development/Other/Android_ROMs/Repos/android-cve-checker/patches/3.10/";
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2014-3601.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2014-9420.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2015-7515.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2015-8967.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-10153.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-1583.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-3843.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-3894.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5829.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5858.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5859.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-5867.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-8483.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2016-9576.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-0457.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-2636.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-2647.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-5986.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6074.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6345.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6346.patch"
|
||||
git -C $kernelPath apply --3way $cvePatch"CVE-2017-6348.patch"
|
Loading…
Add table
Add a link
Reference in a new issue