summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorTobias Mueller <muelli@cryptobitch.de>2020-05-27 20:49:47 +0000
committerCarlos Garnacho <carlosg@gnome.org>2020-07-09 10:55:30 +0200
commitacea456a57b2a3b25e5c1966f514a9ff192ea647 (patch)
tree710daeac9a73868ceea9386954941e047de805e0 /schemas
parent2562cf3fe7662be3b0982db8cf260a8a13242954 (diff)
downloadgsettings-desktop-schemas-acea456a57b2a3b25e5c1966f514a9ff192ea647.tar.gz
privacy: Enable USB protection in "lockscreen" mode by default
With this change, g-s-d will spawn the USB component which controls USBGuard. If the USBGuard is not present or its version is not compatible, it shuts down and should not affect the user's session.
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.desktop.privacy.gschema.xml.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index 7f12267..4d77e5f 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -75,10 +75,11 @@
<description>If TRUE, applications should not make sound.</description>
</key>
<key name="usb-protection" type="b">
- <default>false</default>
+ <default>true</default>
<summary>Whether to protect USB devices</summary>
- <description>If TRUE, USB devices will be protected as configured in
- the key usb-protection-level.
+ <description>If the USBGuard service is present and this setting is
+ enabled, USB devices will be protected as configured in the
+ usb-protection-level setting.
</description>
</key>
<key name="usb-protection-level" enum="org.gnome.desktop.GDesktopUsbProtection">