mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-23 22:01:08 -05:00
Legal goodies
This commit is contained in:
parent
5a3b13e650
commit
f8416a1083
@ -1 +1 @@
|
||||
Subproject commit d9290615f289ce32a6d14b29eda9e2c5e8c2d8de
|
||||
Subproject commit 3ee1e1826d713ba204c7d51f2e4cbeade64345a1
|
@ -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)
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#You should have received a copy of the GNU General Public License
|
||||
#along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#Reference: https://grapheneos.org/build#generating-release-signing-keys
|
||||
#Reference (MIT): https://grapheneos.org/build#generating-release-signing-keys
|
||||
|
||||
type='rsa'; #Options: rsa, ec
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user