diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-04-29 14:39:06 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-04-29 14:39:06 -0400 |
| commit | 2cb9d86047cc05ec04febbe73493af5cc74d4c73 (patch) | |
| tree | 512b126882fb7ef527b07009d8776a7aee9c5ae9 | |
| parent | 0c03bb57373e84bd3573866e32444f9ef5f2ba4b (diff) | |
document native debugging (ptrace) toggle
| -rw-r--r-- | static/features.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index c1382c2f..342fcb49 100644 --- a/static/features.html +++ b/static/features.html @@ -126,6 +126,8 @@ optional features by default (NFC, Bluetooth, etc.), when the screen is locked (connecting new USB peripherals, camera access) and optionally after a timeout (Bluetooth)</li> + <li>Option to disable native debugging (ptrace) to reduce local attack surface + (still enabled by default for compatibility)</li> <li>Low-level improvements to the <a href="/faq#encryption">filesystem-based full disk encryption</a> used on modern Android</li> <li>Support for logging out of user profiles without needing a device manager: |
