[gsettings-desktop-schemas/sandbox-settings] Add privacy settings for camera and microphone



commit 4f25bc806323249f5528f6fb314fa5531c4291ed
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 29 20:58:57 2018 -0500

    Add privacy settings for camera and microphone
    
    Add global 'kill switches' to prevent camera and microphone
    access for all applications. These settings will be enforced
    for sandboxed apps by the corresponding portals.

 schemas/org.gnome.desktop.privacy.gschema.xml.in | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in 
b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index 84472cf..d9d6ea6 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -59,5 +59,15 @@
       <summary>Send reports of technical problems to the vendor</summary>
       <description>If TRUE, anonymized reports will be sent automatically to the vendor.</description>
     </key>
+    <key name="disable-microphone" type="b">
+      <default>false</default>
+      <summary>Don't allow applications to access the microphone</summary>
+      <description>If TRUE, sandboxed applications will not be allowed to access the 
microphone.</description>
+    </key>
+    <key name="disable-camera" type="b">
+      <default>false</default>
+      <summary>Don't allow applications to access the camera</summary>
+      <description>If TRUE, sandboxed applications will not be allowed to access the camera.</description>
+    </key>
   </schema>
 </schemalist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]