summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorRyuzakiKK <aasonykk@gmail.com>2018-12-01 13:53:20 +0100
committerCarlos Garnacho <mrgarnacho@gmail.com>2019-09-24 11:21:15 +0000
commit064cc538deef0a566561645df8daf7e2c5923391 (patch)
tree237b9099f4ec83b2d192a89185ca697fb5ad2975 /schemas
parentc7d245f8d690a562dc226548b636d40c2b9c759a (diff)
downloadgsettings-desktop-schemas-064cc538deef0a566561645df8daf7e2c5923391.tar.gz
schemas: add privacy settings for USBGuard
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.desktop.privacy.gschema.xml.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index 0f0edf2..78028b9 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -74,5 +74,14 @@
<summary>Don’t allow applications to output sound</summary>
<description>If TRUE, applications should not make sound.</description>
</key>
+ <key name="usbguard" type="u">
+ <default>0</default>
+ <summary>Wheter to enable the USBGuard protection</summary>
+ <description>
+ If set to 0, USBGuard protection will be disabled; if set to 1, USBGuard
+ protection will be active only when the lock screen is present; if set
+ to 2, USBGuard protection will always be active.
+ </description>
+ </key>
</schema>
</schemalist>