Legal goodies

This commit is contained in:
Tad 2021-03-01 21:05:42 -05:00
parent 5a3b13e650
commit f8416a1083
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit d9290615f289ce32a6d14b29eda9e2c5e8c2d8de
Subproject commit 3ee1e1826d713ba204c7d51f2e4cbeade64345a1

View File

@ -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)

View File

@ -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