this post was submitted on 25 Oct 2023
4 points (58.3% liked)

GrapheneOS [Unofficial]

1058 readers
1 users here now

Welcome to the GrapheneOS (Unofficial) community

This feed is currently only used for announcements and news.

Official support available on our forum and matrix chat rooms

GrapheneOS is a privacy and security focused mobile OS with Android app compatibility.

Links

More Site links

Social Media

This is a community based around the GrapheneOS projects including the hardened Android Open Source Project fork, Auditor, AttestationServer, the hardened malloc implementation and other projects.

founded 3 years ago
MODERATORS
 

Pixel 8 and Pixel 8 Pro are ARMv9 devices supporting hardware memory tagging. Stock OS currently has a very primitive experimental implementation available as a developer option. We're going to be deploying a more advanced implementation for hardened_malloc in production soon.

Hardware memory tagging is going to provide a massive increase to protection against remote exploitation for GrapheneOS users. It's the biggest security feature we'll be shipping since we started in 2014. We want to have it enabled by default in async (fast) mode for the base OS.

We can provide a toggle for choosing between asynchronous (fast) and synchronous (more secure).

Many user installed apps have latent memory corruption bugs so we aren't going to enable it for them initially. We'll provide a toggle for setting the default (disabled, async, sync).

There can be a per-app toggle for overriding the global default alongside the toggles we already provide for using the full 48-bit address space (enabled by default) and hardened malloc (enabled by default, requires 48-bit address space). This will be a security game changer.

ARM memory tagging support provides a limited form of memory safety for both memory unsafe languages (C, C++) and the small subset of unsafe code in memory safe languages (Rust, Java, Kotlin). hardened_malloc was designed to use memory tagging and will be making great use of it.

MTE uses 4 bit tags for each 16 bytes of memory. hardened_malloc will be using memory tagging for all small allocations, which means 128k and below by default. hardened_malloc already places random guards around large allocations and quarantines their address space on free.

top 7 comments
sorted by: hot top controversial new old
[–] riesendulli@discuss.tchncs.de 3 points 11 months ago (1 children)

Is this limited to Tensor G3 only or can this be applied to all google Tensor Chips beginning with the Pixel 6?

[–] KindnessInfinity@lemmy.ml -3 points 11 months ago (1 children)

G3 only, so pixel 8 and newer

[–] riesendulli@discuss.tchncs.de 1 points 11 months ago (1 children)

Thanks for the response. Meh. Pixel 7 might be my last pixel anyway.

[–] _hovi_@lemmy.world 1 points 11 months ago

Hopefully same but we'll see. Love grapheneos but having to buy Google phones doesn't feel great

[–] sky@codesink.io 1 points 11 months ago (1 children)

ooo I didn't need another reason to tempt me to upgrade but here we are

[–] KindnessInfinity@lemmy.ml -3 points 11 months ago

I'm personally excited for this. :)