diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 13:21:36 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-09 13:21:36 -0400 |
| commit | bcff908f97ef49a27587d1cebb0ac1642f4276a3 (patch) | |
| tree | a469de4a5125eca8f790c607fdb81cf72ab4a646 /static | |
| parent | ef0b3509590c393fba741663751cb2db8ec5f0d5 (diff) | |
device support by sub-projects
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index ad82e6e8..7ce5047e 100644 --- a/static/index.html +++ b/static/index.html @@ -107,6 +107,14 @@ improve some aspects of insecure devices and supporting a broad set of devices would be directly counter to the values of the project. A lot of the low-level work also ends up being fairly tied to the hardware.</p> + <p>Some of the GrapheneOS sub-projects support other operating systems on a broader + range of devices. Device support for Auditor and AttestationServer is documented in + the <a href="https://attestation.app/about">overview of those projects</a>. The + <a href="https://github.com/GrapheneOS">hardened_malloc</a> project supports nearly + any Linux-based environment due to official support for musl, glibc and Bionic along + with easily added support for other environments. It can easily run on non-Linux-based + operating systems too, and supporting some like HardenedBSD is planned but depends on + contributors from those communities.</p> </div> <footer> <a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> |
