privacy: Mention non-sandboxed apps can always use camera/microphone/GPS

These toggles only apply to the portal system, so only restrict access
for sandboxed apps. Non-sandboxed apps (installed into `/usr/bin`) can
always access these resources on typical distributions.

In future, perhaps integration with a MAC (like SELinux) could restrict
access to the camera/microphone/GPS for non-sandboxed applications —
but we invented sandboxing to avoid having to do that, so it seems
unlikely that’s ever going to be implemented. If it is, this wording
can change again.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Fixes: #741
This commit is contained in:
Philip Withnall 2020-09-29 15:13:56 +01:00 committed by Georges Basile Stavracas Neto
parent 6b0cc4399a
commit 055bf8feeb
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@
<object class="AdwPreferencesGroup">
<property name="description" translatable="yes">Use of the camera allows applications to capture photos and video. Disabling the camera may cause some applications to not function properly.
Allow the applications below to use your camera.</property>
Allow the applications below to use your camera. Applications without sandboxing can always use the camera, and do not appear here.</property>
<child>
<object class="GtkListBox" id="camera_apps_list_box">
<property name="selection-mode">none</property>

View file

@ -39,7 +39,7 @@
Uses Mozilla Location Service: &lt;a href=&apos;https://location.services.mozilla.com/privacy&apos;&gt;Privacy Policy&lt;/a&gt;
Allow the applications below to determine your location.</property>
Allow the applications below to determine your location. Applications without sandboxing can always determine your location, and do not appear here.</property>
<child>
<object class="GtkListBox" id="location_apps_list_box">
<property name="selection-mode">none</property>

View file

@ -36,7 +36,7 @@
<object class="AdwPreferencesGroup">
<property name="description" translatable="yes">Use of the microphone allows applications to record and listen to audio. Disabling the microphone may cause some applications to not function properly.
Allow the applications below to use your microphone.</property>
Allow the applications below to use your microphone. Applications without sandboxing can always use your microphone, and do not appear here.</property>
<child>
<object class="GtkListBox" id="microphone_apps_list_box">
<property name="can-focus">true</property>