mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Fix empty CVE patches
This commit is contained in:
parent
9a09d20695
commit
77fc7b452c
35 changed files with 2887 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
#Copyright (c) 2017 Spot Communications, Inc.
|
||||
|
||||
#Sets settings used by all other scripts
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
#Copyright (c) 2015-2017 Spot Communications, Inc.
|
||||
#Copyright (c) 2017 Spot Communications, Inc.
|
||||
|
||||
#Updates select user facing strings
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue