mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Legal goodies
This commit is contained in:
parent
5a3b13e650
commit
f8416a1083
3 changed files with 4 additions and 4 deletions
|
@ -141,7 +141,7 @@ audit2allowADB() {
|
|||
export -f audit2allowADB;
|
||||
|
||||
processRelease() {
|
||||
#Partial Credit: GrapheneOS
|
||||
#Reference (MIT): GrapheneOS
|
||||
#https://github.com/GrapheneOS/script/blob/10/release.sh
|
||||
local DEVICE="$1";
|
||||
local BLOCK="$2";
|
||||
|
@ -655,7 +655,7 @@ hardenDefconfig() {
|
|||
|
||||
#Attempts to enable/disable supported options to increase security
|
||||
#See https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
|
||||
#and https://github.com/a13xp0p0v/kconfig-hardened-check/blob/master/kconfig-hardened-check.py
|
||||
#and (GPLv3) https://github.com/a13xp0p0v/kconfig-hardened-check/blob/master/kconfig_hardened_check/__init__.py
|
||||
|
||||
local defconfigPath=$(getDefconfig)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue