Add sources.
This commit is contained in:
parent
e6af096788
commit
ba11d8b1ed
25
about.html
25
about.html
@ -136,7 +136,8 @@
|
||||
<td><img src="img/logo-gentoo_linux.png" width="100px" height="100px"/><br>
|
||||
<br>
|
||||
Gentoo Linux</td>
|
||||
<td>Gentoo Linux is a highly modular, source-based Linux-based operating system
|
||||
<td><a class="table-link" href="https://www.gentoo.org/"
|
||||
>Gentoo Linux</a> is a highly modular, source-based Linux-based operating system
|
||||
which allows vast customisation to tailor the operating system to suit your specific
|
||||
needs. There are many advantages to such an operating system, with the most notable
|
||||
being the ability to optimise the software for security, privacy, performance,
|
||||
@ -145,7 +146,11 @@
|
||||
<br>
|
||||
I have focused on security hardening and privacy hardening, placing performance below
|
||||
those aspects, although my system is still very performant. Some of the hardening I
|
||||
apply includes stack protection, signed integer overflow wrapping, and GrapheneOS'
|
||||
apply includes
|
||||
<a class="table-link" href="https://en.wikipedia.org/wiki/Buffer_overflow_protection"
|
||||
>stack protection</a>,
|
||||
<a class="table-link" href="https://en.wikipedia.org/wiki/Integer_overflow"
|
||||
>signed integer overflow wrapping</a>, and GrapheneOS'
|
||||
<a class="table-link" href="https://github.com/GrapheneOS/hardened_malloc/"
|
||||
>hardened_malloc</a> memory allocator.<br>
|
||||
<br>
|
||||
@ -161,7 +166,8 @@
|
||||
<td><img src="img/logo-chromium.png" width="100px" height="100px"/><br>
|
||||
<br>
|
||||
Chromium</td>
|
||||
<td>Chromium is a highly secure web browser which is often ahead of other
|
||||
<td><a class="table-link" href="https://chromium.org/"
|
||||
>Chromium</a> is a highly secure web browser which is often ahead of other
|
||||
web browsers in security aspects. It has a dedicated security team and a
|
||||
very impressive
|
||||
<a class="table-link" href="https://www.chromium.org/Home/chromium-security/brag-sheet/"
|
||||
@ -199,7 +205,8 @@
|
||||
<td><img src="img/logo-grapheneos.png" width="100px" height="100px"/><br>
|
||||
<br>
|
||||
GrapheneOS</td>
|
||||
<td>GrapheneOS is a security-hardened, privacy-hardened, secure-by-default
|
||||
<td><a class="table-link" href="https://grapheneos.org/"
|
||||
>GrapheneOS</a> is a security-hardened, privacy-hardened, secure-by-default
|
||||
Android-based operating system which implements extensive, systemic security
|
||||
and privacy hardening to the Android Open Source Project used as its base
|
||||
codebase. Its hardening includes closing gaps for apps to access sensitive
|
||||
@ -237,9 +244,13 @@
|
||||
<td>Vanadium is a security-hardened, privacy-hardened Chromium-based web browser
|
||||
which utilises GrapheneOS' operating system hardening to implement stronger
|
||||
defenses to the already very secure Chromium web browser. Its hardening alongside
|
||||
Chromium's base security features includes disabling JavaScript just-in-time (JIT)
|
||||
compilation by default, stubbing out the battery status API to prevent abuse of it,
|
||||
and always-on Incognito mode as an option.<br>
|
||||
Chromium's base security features includes
|
||||
<a class="table-link" href="https://github.com/GrapheneOS/Vanadium/blob/13/patches/0081-Implement-UI-for-JIT-site-settings.patch"
|
||||
>disabling JavaScript just-in-time (JIT) compilation by default</a>,
|
||||
<a class="table-link" href="https://github.com/GrapheneOS/Vanadium/blob/13/patches/0051-stub-out-the-battery-status-API.patch"
|
||||
>stubbing out the battery status API to prevent abuse of it</a>, and
|
||||
<a class="table-link" href="https://github.com/GrapheneOS/Vanadium/blob/13/patches/0084-Toggle-for-navigating-external-URL-in-incognito.patch"
|
||||
>always-on Incognito mode as an option</a>.<br>
|
||||
<br>
|
||||
Vanadium's source code, including its Chromium patchset, can be found in its
|
||||
<a class="table-link" href="https://github.com/GrapheneOS/Vanadium/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user