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:
parent
6b0cc4399a
commit
055bf8feeb
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
Uses Mozilla Location Service: <a href='https://location.services.mozilla.com/privacy'>Privacy Policy</a>
|
||||
|
||||
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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue