mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
11 lines
166 B
Bash
11 lines
166 B
Bash
#!/bin/bash
|
|
#Copyright (c) 2015-2017 Spot Communications, Inc.
|
|
|
|
#Attempts to patch kernels to be more secure
|
|
|
|
echo "Patching CVEs..."
|
|
|
|
|
|
cd $base
|
|
echo "Patched CVEs!"
|