mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Fix patcher paths
This commit is contained in:
parent
b5c8ef6bc3
commit
8db2dfcde2
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/amazon/hdx-common"
|
cd $base"kernel/amazon/hdx-common"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2012-6704/^3.5/0001.patch
|
git apply $cvePatchesLinux/CVE-2012-6704/^3.5/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-1739/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-1739/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/asus/msm8916"
|
cd $base"kernel/asus/msm8916"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/fairphone/msm8974"
|
cd $base"kernel/fairphone/msm8974"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-3153/ANY/0002.patch
|
git apply $cvePatchesLinux/CVE-2014-3153/ANY/0002.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-3153/ANY/0004.patch
|
git apply $cvePatchesLinux/CVE-2014-3153/ANY/0004.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/google/marlin"
|
cd $base"kernel/google/marlin"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0003.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0003.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0019.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0019.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/google/msm"
|
cd $base"kernel/google/msm"
|
||||||
git apply $cvePatchesLinux/CVE-2013-4738/ANY/0002.patch
|
git apply $cvePatchesLinux/CVE-2013-4738/ANY/0002.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-9781/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-9781/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2015-1593/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2015-1593/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/htc/flounder"
|
cd $base"kernel/htc/flounder"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/htc/msm8974"
|
cd $base"kernel/htc/msm8974"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-9781/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-9781/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2016-2443/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2016-2443/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/htc/msm8994"
|
cd $base"kernel/htc/msm8994"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/huawei/angler"
|
cd $base"kernel/huawei/angler"
|
||||||
git apply $cvePatchesLinux/0001-LinuxIncrementals/3.10/3.10.0073-0074.patch
|
git apply $cvePatchesLinux/0001-LinuxIncrementals/3.10/3.10.0073-0074.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/lge/bullhead"
|
cd $base"kernel/lge/bullhead"
|
||||||
git apply $cvePatchesLinux/0001-LinuxIncrementals/3.10/3.10.0073-0074.patch
|
git apply $cvePatchesLinux/0001-LinuxIncrementals/3.10/3.10.0073-0074.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/lge/hammerhead"
|
cd $base"kernel/lge/hammerhead"
|
||||||
git apply $cvePatchesLinux/CVE-2014-9881/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-9881/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-9882/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-9882/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-9882/ANY/0002.patch
|
git apply $cvePatchesLinux/CVE-2014-9882/ANY/0002.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/lge/mako"
|
cd $base"kernel/lge/mako"
|
||||||
git apply $cvePatchesLinux/CVE-2013-4738/ANY/0002.patch
|
git apply $cvePatchesLinux/CVE-2013-4738/ANY/0002.patch
|
||||||
git apply $cvePatchesLinux/CVE-2016-3857/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2016-3857/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2016-3894/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2016-3894/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/moto/shamu"
|
cd $base"kernel/moto/shamu"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0008.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/motorola/msm8916"
|
cd $base"kernel/motorola/msm8916"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0007.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/motorola/msm8992"
|
cd $base"kernel/motorola/msm8992"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/nextbit/msm8992"
|
cd $base"kernel/nextbit/msm8992"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0004-No_dir-relax.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0005.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.10/0006.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/oneplus/msm8974"
|
cd $base"kernel/oneplus/msm8974"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-9781/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-9781/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-9880/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-9880/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/samsung/jf"
|
cd $base"kernel/samsung/jf"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2016-0801/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2016-0801/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2016-10233/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2016-10233/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/samsung/msm8974"
|
cd $base"kernel/samsung/msm8974"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2016-2475/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2016-2475/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2016-4578/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2016-4578/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/samsung/smdk4412"
|
cd $base"kernel/samsung/smdk4412"
|
||||||
git apply $cvePatchesLinux/CVE-2014-1739/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-1739/ANY/0001.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-3153/ANY/0004.patch
|
git apply $cvePatchesLinux/CVE-2014-3153/ANY/0004.patch
|
||||||
git apply $cvePatchesLinux/CVE-2014-4656/ANY/0001.patch
|
git apply $cvePatchesLinux/CVE-2014-4656/ANY/0001.patch
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $base"kernel/kernel/samsung/universal8890"
|
cd $base"kernel/samsung/universal8890"
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0019.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0019.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0021.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0021.patch
|
||||||
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0022.patch
|
git apply $cvePatchesLinux/0002-Copperhead-Kernel_Hardening/3.18/0022.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user