Fix empty CVE patches

This commit is contained in:
Tad 2017-10-31 13:24:35 -04:00
parent 9a09d20695
commit 77fc7b452c
35 changed files with 2887 additions and 7 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
#Copyright (c) 2017 Spot Communications, Inc.
#Sets settings used by all other scripts

View file

@ -1,5 +1,5 @@
#!/bin/bash
#Copyright (c) 2015-2017 Spot Communications, Inc.
#Copyright (c) 2017 Spot Communications, Inc.
#Attempts to increase performance and battery life

View file

@ -81,8 +81,8 @@ enableZram() {
enabledForcedEncryption() {
cd $base$1;
sed -i 's|encryptable=/|forceencrypt,encryptable=/|' fstab.* rootdir/fstab.* rootdir/etc/fstab.* || true;
echo "Enabled forceencrypt";
sed -i 's|encryptable=/|forceencrypt=/|' fstab.* rootdir/fstab.* rootdir/etc/fstab.* || true;
echo "Enabled forceencrypt for $1";
cd $base;
}
export -f enabledForcedEncryption;

View file

@ -1,5 +1,5 @@
#!/bin/bash
#Copyright (c) 2015-2017 Spot Communications, Inc.
#Copyright (c) 2017 Spot Communications, Inc.
#Attempts to patch kernels to be more secure

View file

@ -1,5 +1,5 @@
#!/bin/bash
#Copyright (c) 2015-2017 Spot Communications, Inc.
#Copyright (c) 2017 Spot Communications, Inc.
#Updates select user facing strings

View file

@ -1,5 +1,5 @@
#!/bin/bash
#Copyright (c) 2015-2017 Spot Communications, Inc.
#Copyright (c) 2017 Spot Communications, Inc.
#Replaces teal accents with orange/yellow ones