Browse Source

disable pads for pusb_hotplug in the default settings

master
Andrea Luzzardi 17 years ago
parent
commit
2f63ae93ac
1 changed files with 6 additions and 7 deletions
  1. +6
    -7
      pam_usb/doc/pusb.conf-dist

+ 6
- 7
pam_usb/doc/pusb.conf-dist View File

@ -2,7 +2,7 @@
pusb.conf-dist: Default configuration file for pamusb.
Copy this file to /etc/pusb/pusb.conf if you don't already have one.
See http://www.pamusb.org/doc/config
See http://www.pamusb.org/doc/configuring
-->
<configuration>
@ -35,17 +35,16 @@ See http://www.pamusb.org/doc/config
<device>MyDevice</device>
<option name="quiet">true</option>
<hotplug event="lock">gnome-screensaver-command -lock</hotplug>
<hotplug event="unlock">gnome-screensaver-command -unlock</hotplug>
<hotplug event="unlock">gnome-screensaver-command -deactivate</hotplug>
</user>
-->
</users>
<!-- Services settings (e.g. gdm, su, sudo...) -->
<services>
<!-- Example:
<service id="pusb_hotplug">
<option name="one_time_pad">false</option>
</service>
-->
<!-- Example: Speed up hotplugging by disabling one time pads -->
<service id="pusb_hotplug">
<option name="one_time_pad">false</option>
</service>
</services>
</configuration>

Loading…
Cancel
Save