diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 14:30:21 (EDT) |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-09-03 14:30:21 (EDT) |
commit | 96ca7ee67a36605a33de8d57eb8e8d3998bc6427 (patch) | |
tree | 07202c5fe7d366f50d9d17010f3bbf0a44c08ee8 /docs/howtos/t60_security.html | |
parent | 4e8051dfaa0ba5617961481056eb7e79d7b50861 (diff) | |
parent | 9a321884379a71b5f0986fdfb97a2b6c5bdccd8a (diff) | |
download | libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.zip libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.gz libreboot-96ca7ee67a36605a33de8d57eb8e8d3998bc6427.tar.bz2 |
Merge libreboot-6b6.r20140903
Conflicts:
buildrom-withgrub
Diffstat (limited to 'docs/howtos/t60_security.html')
-rw-r--r-- | docs/howtos/t60_security.html | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/docs/howtos/t60_security.html b/docs/howtos/t60_security.html index 0ce3645..27d1e75 100644 --- a/docs/howtos/t60_security.html +++ b/docs/howtos/t60_security.html @@ -346,12 +346,6 @@ </ul> </li> <li> - Software-based security hardening (GRUB trust/cryptomount, kernel LUKS/ecryptfs, etc). - <ul> - <li>modify grub to delay password attemps by a few seconds, and fail after a set time (and record all attemps in a counter, writing that to nvram)</li> - </ul> - </li> - <li> General tips/advice and web links showing how to detect physical intrusions. </li> <li> @@ -386,10 +380,17 @@ <li>Atheros PCI wifi: unknown, but lower than intel wifi.</li> <li>Microphone: only problematic if the computer gets compromised.</li> <li>Speakers: only problematic if the computer gets compromised.</li> - <li>EC: can be mitigated if following the <b>(not yet written)</b> guide on software security.</li> + <li>EC: can be mitigated if following the guide on software security.</li> </ul> <h1> + Further reading material (software security) + </h1> + <ul> + <li><a href="encrypted_trisquel.html">Installing Trisquel GNU/Linux with full disk encryption (including /boot)</a></li> + </ul> + + <h1> References </h1> <h2 id="ref1">[1] physical access</h2> @@ -423,8 +424,15 @@ <hr/> <p> - Copyright © 2014 Francis Rowe, All Rights Reserved.<br/> - See <a href="../license.html">../license.html</a> for license conditions. + Copyright © 2014 Francis Rowe <info@gluglug.org.uk><br/> + This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions. + A copy of the license can be found at <a href="../license.txt">../license.txt</a>. + </p> + + <p> + This document is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../license.txt">../license.txt</a> for more information. </p> </body> |