mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
10 lines
345 B
Bash
10 lines
345 B
Bash
|
#!/bin/bash
|
||
|
cd $base"kernel/fairphone/msm8974"
|
||
|
git apply $cvePatches/CVE-2016-3672/ANY/0.patch
|
||
|
git apply $cvePatches/CVE-2017-0430/ANY/0.patch
|
||
|
git apply $cvePatches/CVE-2017-0750/ANY/0.patch
|
||
|
git apply $cvePatches/CVE-2017-0786/ANY/0.patch
|
||
|
git apply $cvePatches/CVE-2017-15265/ANY/0.patch
|
||
|
git apply $cvePatches/CVE-2017-6348/ANY/0.patch
|
||
|
cd $base
|