mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit db9e09bee53b33425a1e16dcfbcd5fa6fc0907ea
parent 62affbd8b8db947e433deaff853075bf6851ae41
Author: mayfrost <mayfrost@cock.li>
Date:   Sun, 25 Nov 2018 19:09:10 -0300

Update SECURITY.md
Diffstat:
MSECURITY.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SECURITY.md b/SECURITY.md @@ -78,7 +78,7 @@ Not necessarily meant to be followed step by step, although it is recommended. S * __Level 48__: Use only libre software (software "free as in freedom"). * __Level 49__: Reduce the amount of software installed in your computer. * __Level 50__: Opt for text-based programs with less library dependencies than their GUI counterparts. -* __Level 51__: Support the GPL license as to prevent proprietary license wrapping (as with BSD/MIT/Apache licenses) by which you would lose critical updates and further features. GPLv3 in specific to prevent tivoization, a hardware level lockout method. +* __Level 51__: Support the GPL license as to prevent proprietary license wrapping (as with BSD/MIT/Apache licenses) by which you would lose critical updates and further features. GPLv3 also prevents tivoization, a hardware level lockout method. * __Level 52__: Deduplicate efforts and converge strategies to achieve a "tight base system" in common (use the koan "if is not strictly necessary it should be strictly optional, but still optional"), and that means making things modular and avoiding unnecessary dependencies instead of trusting "crypto libraries" like in Python. ## Exit Level Security