summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>