summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-11-30 16:02:08 +0000
committerMatthias Clasen <mclasen@redhat.com>2018-11-30 16:02:08 +0000
commit5486d36f3611c31b465f3adc40dfe58423d736ba (patch)
tree9f7dcda0be3b2cc950b99c92477f1cd9a25a42c0
parent370c84760e056dd703b31690ee909e4e643bdd43 (diff)
parenteec0a50e441a9569b0fc2585bb0093c1514fd3e0 (diff)
downloadgsettings-desktop-schemas-5486d36f3611c31b465f3adc40dfe58423d736ba.tar.gz
Merge branch 'sandbox-settings' into 'master'
Add privacy settings for camera and microphone See merge request GNOME/gsettings-desktop-schemas!8
-rw-r--r--schemas/org.gnome.desktop.privacy.gschema.xml.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index 84472cf..17a4fbf 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -59,5 +59,20 @@
<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, applications should not use 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, applications should not use the camera.</description>
+ </key>
+ <key name="disable-sound-output" type="b">
+ <default>false</default>
+ <summary>Don't allow applications to output sound</summary>
+ <description>If TRUE, applications should not make sound.</description>
+ </key>
</schema>
</schemalist>