tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
6 stars 1 forks source link

Fixes #138: Set correct file and SE Linux permissions on CA certificates #139

Closed zner0L closed 5 days ago

zner0L commented 1 week ago

This should not break any existing installations. However, if users used the version with the bug and never removed the certificate, it might still have the wrong permissions (given the tempfs is still active).

baltpeter commented 1 week ago

However, if users used the version with the bug and never removed the certificate, it might still have the wrong permissions (given the tempfs is still active).

@zner0L I've pushed a fix for that. If you're happy with it, we can merge.

zner0L commented 5 days ago

Great idea!