First I'd like to offer kudos to the devs. Everything about GOS thoroughly satisfies my "neat and clean" OCD affliction, from initial boot to the docs layout, and even the forum design. I imagine the code powering the project is also of the same high quality. Well done!
My question is specifically about privacy, not security.
What are the privacy implications of installing a bunch of Google apps? My app list and install procedure looks like this:
// Note: Every app is denied Network and Location permissions
// Note: Do not disable any default GrapheneOS system apps
- Install sandboxed Google Play Services and dependencies
- Install Google apps: Pixel Camera, Gboard, Calculator, Clock, Contacts, Phone by Google, and Google Messages
- Uninstall sandboxed Google Play Services and dependencies
My thought is that denying Network
and Location
permissions should reduce my Privacy risk level to near-zero. That, combined with the fact that every app runs sandboxed, seems pretty solid.
Do I have that right or am I missing something?
Even if I'm right, I'd love to hear any constructive criticism on my plan to install all these Google apps.
My concern is that some of those apps require permissions I don't understand the implications of. For example, GCamera, GPhone and GMessages require the camera
permission, which provides the system media intents
. Also, GContacts, GPhone and GMessages require the phone
permission, which I don't understand the implications of.