[gdm] Lock down the hotplug-command key



commit 305df4a7b0f2dcf92024478ead7e37295b61c07e
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 18 21:06:04 2013 -0500

    Lock down the hotplug-command key
    
    This key specifies a script to be run when a device is
    plugged in. We don't want that to happen on the login screen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691877

 data/00-upstream-settings       |    2 ++
 data/00-upstream-settings-locks |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/00-upstream-settings b/data/00-upstream-settings
index 25c693f..2e4b3f2 100644
--- a/data/00-upstream-settings
+++ b/data/00-upstream-settings
@@ -53,3 +53,5 @@ search=''
 stop=''
 www=''
 
+[org/gnome/settings-daemon/peripherals/input-devices]
+hotplug-command=''
diff --git a/data/00-upstream-settings-locks b/data/00-upstream-settings-locks
index 24da90f..830a729 100644
--- a/data/00-upstream-settings-locks
+++ b/data/00-upstream-settings-locks
@@ -27,3 +27,4 @@
 /org/gnome/settings-daemon/plugins/media-keys/search
 /org/gnome/settings-daemon/plugins/media-keys/stop
 /org/gnome/settings-daemon/plugins/media-keys/www
+/org/gnome/settings-daemon/peripherals/input-devices/hotplug-command



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