From 785f4f3551c6694bb3236998a795b75505978892 Mon Sep 17 00:00:00 2001 From: akc3n Date: Fri, 20 Oct 2023 03:43:21 -0700 Subject: [PATCH] Update README.md Fix formatting Signed-off-by: akc3n --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a5ab12f..99a7eee 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A crowd-sourced project dataset for [GrapheneOS](https://grapheneos.org/) users ## Workarounds -**0 —** Potential use of an unofficial/alternative Google Play Store frontend client may be [problematic](https://akc3n.page/posts/banking-app-issues/#auroraoss-is-problematic) for misguided apps: +0. Potential use of an unofficial/alternative Google Play Store frontend client may be [problematic](https://akc3n.page/posts/banking-app-issues/#auroraoss-is-problematic) for misguided apps: - That can check if they were installed from the Play Store and can choose to refuse to work if they were not installed from the Play Store. - Try to hinder reverse engineering using debugging features like ptrace @@ -40,19 +40,19 @@ A crowd-sourced project dataset for [GrapheneOS](https://grapheneos.org/) users General recommendation: [Install Sandboxed Google Play](https://grapheneos.org/usage#sandboxed-google-play). Optionally use a [throwaway](https://twitter.com/search?q=throwaway%20(from%3Agrapheneos)&src=typed_query) account. -**1 —** By default, [native code debugging](https://grapheneos.org/usage#banking-apps) is enabled. If you disabled it, try enabling it again. Launch app. *If unsuccessful, proceed to step 2.* +1. By default, [native code debugging](https://grapheneos.org/usage#banking-apps) is enabled. If you disabled it, try enabling it again. Launch app. *If unsuccessful, proceed to step 2.* `Settings` ➔ `Security` ➔ `Enable native code debugging` -**2 —** Enable the per-app [exploit protection compatibility mode](https://grapheneos.org/usage#bugs-uncovered-by-security-features). Launch app. *If unsuccessful, proceed to step 3 for **testing only**.* +2. Enable the per-app [exploit protection compatibility mode](https://grapheneos.org/usage#bugs-uncovered-by-security-features). Launch app. *If unsuccessful, proceed to step 3 for **testing only**.* `Settings` ➔ `Apps` ➔ `AppName` ➔ `Advanced` ➔ `Exploit protection compatibility mode` -**3 —** Temporarily disable [secure app spawning](https://grapheneos.org/usage#exec-spawning). +3. Temporarily disable [secure app spawning](https://grapheneos.org/usage#exec-spawning). `Setting` ➔ `Security` ➔ `Enable secure app spawning` -**4 —** Restart device. Launch app to see if this GrapheneOS feature caused the compatibility issue. The app may be refusing to run if it detects a different spawning mechanism. +4. Restart device. Launch app to see if this GrapheneOS feature caused the compatibility issue. The app may be refusing to run if it detects a different spawning mechanism. **[Significant security loss and directly affecting some privacy using Zygote](https://old.reddit.com/r/GrapheneOS/comments/tq0k7q/comment/i2ex547/)** - Disabling exec-based spawning reverts to using the traditional Zygote spawning model AOSP's app processes @@ -62,25 +62,27 @@ General recommendation: [Install Sandboxed Google Play](https://grapheneos.org/u - Applies across all profiles - App in profile A and profile B have same random values, which they can see -**5 —** **Revert to secure spawning by enabling it again and restart device.** _See step 3 above_. +5. **Revert to secure spawning by enabling it again and restart device.** _See step 3 above_. -**6 —** Search the [forum](https://discuss.grapheneos.org/), [os-issue-tracker](https://github.com/GrapheneOS/os-issue-tracker/issues), and/or within the [community](https://grapheneos.org/contact#community) for keyword(s) specific to the app name. *If unsuccessful with finding a solution, only than proceed to step 7.* +6. Search the [forum](https://discuss.grapheneos.org/), [os-issue-tracker](https://github.com/GrapheneOS/os-issue-tracker/issues), and/or within the [community](https://grapheneos.org/contact#community) for keyword(s) specific to the app name. *If unsuccessful with finding a solution, only than proceed to step 7.* -**7 —** Attempt to reproduce the issue by capturing a 'Bug report' using the feature in Developer options if you still run into the [app aborting](https://grapheneos.org/usage#banking-apps:~:text=if%20you%20run%20into%20an%20application%20aborting) at launch. +7. Attempt to reproduce the issue by capturing a 'Bug report' using the feature in Developer options if you still run into the [app aborting](https://grapheneos.org/usage#banking-apps:~:text=if%20you%20run%20into%20an%20application%20aborting) at launch. - Enable Developer option by tapping the 'Build number' `7` times + `Settings` ➔ `About` ➔ `Device identifiers` ➔ `Build number` -- [Capture](https://developer.android.com/studio/debug/bug-report a bug report) +- [Capture](https://developer.android.com/studio/debug/bug-report) a bug report + `Settings` ➔ `System` ➔ `Developer options` ➔`Bug Report` ➔ `Interactive report` ➔ `REPORT` -**8 —** Open a [new issue](https://github.com/GrapheneOS/os-issue-tracker/issues/new), provide a description and make contact via the appropriate channels with a similar message like "[Bug report capture for issue #104](https://grapheneos.org/usage#banking-apps:~:text=bug%20report%20capture%20for%20issue%20%23104)". in order to submit the bug report capture zip privately. *(Replace the issue `#` number)*. +8. Open a [new issue](https://github.com/GrapheneOS/os-issue-tracker/issues/new), provide a description and make contact via the appropriate channels with a similar message like "[Bug report capture for issue #104](https://grapheneos.org/usage#banking-apps:~:text=bug%20report%20capture%20for%20issue%20%23104)". in order to submit the bug report capture zip privately. *(Replace the issue `#` number)*. - [Contacting the project](https://grapheneos.org/contact#contacting-the-project) - [Reporting issues](https://grapheneos.org/contact#reporting-issues) - *Friendly reminder: [instructions for getting support](https://github.com/GrapheneOS/.github/blob/main/SUPPORT.md) via [chat](https://grapheneos.org/contact#community) and* ***when to avoid using the os-issue-tracker***: *ask questions* + *request support* -**9 —** Disable the developer options. +9. Disable the developer options. `Settings` ➔ `System` ➔ `Developer options` ➔ `Use developer options` @@ -88,9 +90,9 @@ We recommend disabling developer options as a whole for a device that's not bein --- -**10 —** It's plausible that this is app-related, rather than a compatibility issue with GrapheneOS - acknowledging this factor must be considered. +10. It's plausible that this is app-related, rather than a compatibility issue with GrapheneOS - acknowledging this factor must be considered. -**11 —** Please see the [Attestation compatibility guide](https://grapheneos.org/articles/attestation-compatibility-guide) on using remote attestation in a way that's compatible with GrapheneOS and **how** ***you*** **can help**. +11. Please see the [Attestation compatibility guide](https://grapheneos.org/articles/attestation-compatibility-guide) on using remote attestation in a way that's compatible with GrapheneOS and **how** ***you*** **can help**. > *GrapheneOS users are strongly encouraged to share this documentation with app developers enforcing only being able to use the stock OS. Send an email to the developers and leave a review of the app with a link to this information. Share it with other users and create pressure to support GrapheneOS rather than locking users into the stock OS without a valid security reason. GrapheneOS not only upholds the app security model but substantially reinforces it, so it cannot be justified with reasoning based on security, anti-fraud, etc.*