[gsettings-desktop-schemas] schemas: remove protection level zero



commit 2f55f8e4f01305d26ea0f989ffc13d2d1b67c344
Author: RyuzakiKK <aasonykk gmail com>
Date:   Sat Feb 16 14:41:19 2019 +0100

    schemas: remove protection level zero
    
    We probably want to keep the lock screen protection as the default,
    while still giving the ability to enable the always on protection.
    
    When the USB protection gets disabled we can write an always allow rule
    in USBGuard avoiding in this way the need for a third protection level.

 schemas/org.gnome.desktop.privacy.gschema.xml.in | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in 
b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index 5e8f4da..3d2bea1 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -82,12 +82,11 @@
       </description>
     </key>
     <key name="usb-protection-level" type="u">
-      <default>0</default>
+      <default>1</default>
       <summary>When USB devices should be rejected</summary>
       <description>
-        If set to 0, all USB devices will be authorized; if set to 1, only
-        when the lock screen is present new USB devices will be rejected; if
-        set to 2, all new USB devices will always be rejected.
+        If set to 1, only when the lock screen is present new USB devices will
+        be rejected; if set to 2, all new USB devices will always be rejected.
       </description>
     </key>
   </schema>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]