Skip to content

Commit ccc87fe

Browse files
committed
privacy settings: Add some more for portal support.
1 parent 8247b2d commit ccc87fe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/org.cinnamon.desktop.privacy.gschema.xml.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,20 @@
2626
<summary>Number of days to remember recently used files for</summary>
2727
<description>Recently used files will be remembered for this many days. If set to 0, recent files will not be remembered; if set to -1, they will be retained indefinitively.</description>
2828
</key>
29+
<key name="disable-microphone" type="b">
30+
<default>false</default>
31+
<summary>Don’t allow applications to access the microphone</summary>
32+
<description>If TRUE, applications should not use the microphone.</description>
33+
</key>
34+
<key name="disable-camera" type="b">
35+
<default>false</default>
36+
<summary>Don’t allow applications to access the camera</summary>
37+
<description>If TRUE, applications should not use the camera.</description>
38+
</key>
39+
<key name="disable-sound-output" type="b">
40+
<default>false</default>
41+
<summary>Don’t allow applications to output sound</summary>
42+
<description>If TRUE, applications should not make sound.</description>
43+
</key>
2944
</schema>
3045
</schemalist>

0 commit comments

Comments
 (0)