summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Easton <Peter@JollyRogers.ca>2020-02-19 08:09:54 +0000
committerDaniel Micay <danielmicay@gmail.com>2020-02-19 17:29:13 -0500
commit8b5204de5106f4e7772dcd73558012a0e3d1a301 (patch)
treed42b5671c0c307e9a20f49366d7f72ae3cd5f959
parent8dcbd4c2eb439dd0a32adf9f25a6b0a410a0a3a1 (diff)
Add Q&A about cell tracking and silent sms
-rw-r--r--static/faq.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html
index 87da1495..d399295d 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -64,6 +64,8 @@
identifiers?</a></li>
<li><a href="#default-connections">Which connections do the OS and
bundled apps make by default?</a></li>
+ <li><a href="#cellular-tracking">What does GrapheneOS do about cellular
+ tracking and silent SMS?</a></li>
</ul>
</li>
</ul>
@@ -321,6 +323,25 @@
</li>
</ul>
+ <h2 id="cellular-tracking">
+ <a href="#cellular-tracking">What does GrapheneOS do about cellular tracking and
+ silent SMS?</a>
+ </h2>
+
+ <p>GrapheneOS always considers the network to be hostile. Merely getting a silent SMS is
+ not a good indicator of being targeted by your cell carrier, police or government
+ because <em>anyone on the cell network can send them</em>. Cellular triangulation will
+ happen regardless of whether or not SMS texts are being sent or recieved by the phone,
+ and they don't have to even be a silent SMS; it wouldn't be much different than
+ recieving an unsolicited spam SMS!</p>
+
+ <p>Activating airplane mode will fully disable the cellular radio transmit and recieve
+ capabilities, which will prevent your phone from being reached from the cellular
+ network and stop your carrier (and anyone impersonating them to you) from tracking the
+ device via the cell network. On currently supported devices, the code for Wi-Fi and
+ cellular radios is separately sandboxed, and while airplane mode is on, the phone may
+ still be connected and used on WiFi. MAC Addresses on Wi-Fi are randomized.</p>
+
</div>
<footer>
<a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>