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>
|
<td><img src="img/logo-gentoo_linux.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Gentoo Linux</td>
|
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
|
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
|
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,
|
being the ability to optimise the software for security, privacy, performance,
|
||||||
@ -145,7 +146,11 @@
|
|||||||
<br>
|
<br>
|
||||||
I have focused on security hardening and privacy hardening, placing performance below
|
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
|
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/"
|
<a class="table-link" href="https://github.com/GrapheneOS/hardened_malloc/"
|
||||||
>hardened_malloc</a> memory allocator.<br>
|
>hardened_malloc</a> memory allocator.<br>
|
||||||
<br>
|
<br>
|
||||||
@ -161,7 +166,8 @@
|
|||||||
<td><img src="img/logo-chromium.png" width="100px" height="100px"/><br>
|
<td><img src="img/logo-chromium.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Chromium</td>
|
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
|
web browsers in security aspects. It has a dedicated security team and a
|
||||||
very impressive
|
very impressive
|
||||||
<a class="table-link" href="https://www.chromium.org/Home/chromium-security/brag-sheet/"
|
<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>
|
<td><img src="img/logo-grapheneos.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
GrapheneOS</td>
|
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
|
Android-based operating system which implements extensive, systemic security
|
||||||
and privacy hardening to the Android Open Source Project used as its base
|
and privacy hardening to the Android Open Source Project used as its base
|
||||||
codebase. Its hardening includes closing gaps for apps to access sensitive
|
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
|
<td>Vanadium is a security-hardened, privacy-hardened Chromium-based web browser
|
||||||
which utilises GrapheneOS' operating system hardening to implement stronger
|
which utilises GrapheneOS' operating system hardening to implement stronger
|
||||||
defenses to the already very secure Chromium web browser. Its hardening alongside
|
defenses to the already very secure Chromium web browser. Its hardening alongside
|
||||||
Chromium's base security features includes disabling JavaScript just-in-time (JIT)
|
Chromium's base security features includes
|
||||||
compilation by default, stubbing out the battery status API to prevent abuse of it,
|
<a class="table-link" href="https://github.com/GrapheneOS/Vanadium/blob/13/patches/0081-Implement-UI-for-JIT-site-settings.patch"
|
||||||
and always-on Incognito mode as an option.<br>
|
>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>
|
<br>
|
||||||
Vanadium's source code, including its Chromium patchset, can be found in its
|
Vanadium's source code, including its Chromium patchset, can be found in its
|
||||||
<a class="table-link" href="https://github.com/GrapheneOS/Vanadium/"
|
<a class="table-link" href="https://github.com/GrapheneOS/Vanadium/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user