this post was submitted on 15 Dec 2024
2 points (100.0% liked)

Privacy

1 readers
24 users here now

Everything about privacy (the confidentiality pillar of security) -- but not restricted to infosec. Offline privacy is also relevant here.

founded 1 year ago
MODERATORS
 

GmsCompatConfig version 152 released:

https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-152

See the linked release notes for a summary of the improvements over the previous release and a link to the full changelog.

Forum discussion thread:

https://discuss.grapheneos.org/d/18231-gmscompatconfig-version-152-released

#GrapheneOS #privacy #security #gmscompat

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 weeks ago (1 children)
[–] [email protected] 1 points 2 weeks ago (1 children)

@[email protected] It's simply this text file inside of a signed APK marked as hasCode="false" as a secure way to distribute updates for it with signing:

https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/blob/config-152/gmscompat_config

Vanadium Config is a similar system for distributing Vanadium content filters and feature flags inside of a signed hasCode="false" APK.

[–] [email protected] 1 points 2 weeks ago

@[email protected] gotcha. If I tried to play with something like that, I’d blow it up, but it’s awesome to know what it does.